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 | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
EUC-JP | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
UTF-8 | 횙짯B횘첵 | 11101101100110101001100111101100101001111010111101000010111011011001101010011000111011001011001010110101 | ed9a99eca7af42ed9a98ecb2b5 |
UHC | 횙짯B횘첵 | 110000111001001111000010101011010100001011000011100100101100001110111101 | c393c2ad42c392c3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)