To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮏矗鮏 | 1111110001000011111101111010010011100001110111101111110001000011 | fc43f7a4e1defc43 |
EUC-JP | 鮏?矗鮏 | 100011111110101011011011001111111110001011100000100011111110101011011011 | 8feadb3fe2e08feadb |
UTF-8 | 鮏矗鮏 | 111010011010111010001111111011101001011010000111111001111001111110010111111010011010111010001111 | e9ae8fee9687e79f97e9ae8f |
UHC | ??矗? | 0011111100111111111101011011100000111111 | 3f3ff5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)