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 | 貽滸鴣潁 | 1110011011000100100111111111010111101001111100111001111111110001 | e6c49ff5e9f39ff1 |
EUC-JP | 貽滸鴣潁 | 1110110011000110110111101111011111110010111101011101111011110011 | ecc6def7f2f5def3 |
UTF-8 | 貽滸鴣潁 | 111010001011001010111101111001101011101110111000111010011011010010100011111001101011110110000001 | e8b2bde6bbb8e9b4a3e6bd81 |
UHC | 貽滸?潁 | 11101100110000101111101111001010001111111110011110111000 | ecc2fbca3fe7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)