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 | ????ck | 001111110011111100111111001111110110001101101011 | 3f3f3f3f636b |
SJIS-WIN | 駿?蜘?ck | 1000111101111000001111111001001001110111001111110110001101101011 | 8f783f92773f636b |
EUC-JP | 駿?蜘?ck | 1011110111011001001111111100001111011000001111110110001101101011 | bdd93fc3d83f636b |
UTF-8 | 駿렚蜘렲ck | 1110100110100111101111111110101110100000100110101110100010011100100110001110101110100000101100100110001101101011 | e9a7bfeba09ae89c98eba0b2636b |
UHC | 駿렚蜘렲ck | 11110001111001111000111010101101111100101011101110001110101111110110001101101011 | f1e78eadf2bb8ebf636b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)