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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裄溯蓑 | 111001011110000010011111111010001001011010101010 | e5e09fe896aa |
EUC-JP | 裄溯蓑 | 111010101110001011011110111010101100110010101100 | eae2deeaccac |
UTF-8 | 裄溯蓑 | 111010001010001110000100111001101011101010101111111010001001001110010001 | e8a384e6baafe89391 |
UHC | ?溯蓑 | 0011111111100001101111011101111011101110 | 3fe1bddeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)