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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 駿?蜘?LB | 1000111101111000001111111001001001110111001111110100110001000010 | 8f783f92773f4c42 |
EUC-JP | 駿?蜘?LB | 1011110111011001001111111100001111011000001111110100110001000010 | bdd93fc3d83f4c42 |
UTF-8 | 駿렚蜘렲LB | 1110100110100111101111111110101110100000100110101110100010011100100110001110101110100000101100100100110001000010 | e9a7bfeba09ae89c98eba0b24c42 |
UHC | 駿렚蜘렲LB | 11110001111001111000111010101101111100101011101110001110101111110100110001000010 | f1e78eadf2bb8ebf4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)