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 | ?篩?? | 0011111111100010101111110011111100111111 | 3fe2bf3f3f |
EUC-JP | 塼篩?? | 10001111101110001011100111100100110000010011111100111111 | 8fb8b9e4c13f3f |
UTF-8 | 塼篩렋렑 | 111001011010000110111100111001111010111110101001111010111010000010001011111010111010000010010001 | e5a1bce7afa9eba08beba091 |
UHC | 塼篩렋렑 | 1110111011110100110111101110100010001110101000101000111010100110 | eef4dee88ea28ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)