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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鉛??鉛??B | 100010011001010000111111001111111000100110010100001111110011111101000010 | 89943f3f89943f3f42 |
EUC-JP | 鉛??鉛??B | 101100011111010000111111001111111011000111110100001111110011111101000010 | b1f43f3fb1f43f3f42 |
UTF-8 | 鉛뗧뎸鉛뗧뎸B | 11101001100010011001101111101011100101111010011111101011100011101011100011101001100010011001101111101011100101111010011111101011100011101011100001000010 | e9899beb97a7eb8eb8e9899beb97a7eb8eb842 |
UHC | 鉛뗧뎸鉛뗧뎸B | 11100110111001111000101111100111100010011000101111100110111001111000101111100111100010011000101101000010 | e6e78be7898be6e78be7898b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)