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 | ????OH | 001111110011111100111111001111110100111101001000 | 3f3f3f3f4f48 |
SJIS-WIN | 駿?蜘?OH | 1000111101111000001111111001001001110111001111110100111101001000 | 8f783f92773f4f48 |
EUC-JP | 駿?蜘?OH | 1011110111011001001111111100001111011000001111110100111101001000 | bdd93fc3d83f4f48 |
UTF-8 | 駿렚蜘렲OH | 1110100110100111101111111110101110100000100110101110100010011100100110001110101110100000101100100100111101001000 | e9a7bfeba09ae89c98eba0b24f48 |
UHC | 駿렚蜘렲OH | 11110001111001111000111010101101111100101011101110001110101111110100111101001000 | f1e78eadf2bb8ebf4f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)