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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 迸姉 | 11100111100111101000111001101111 | e79e8e6f |
EUC-JP | 迸姉 | 11101101111111101011101111010000 | edfebbd0 |
UTF-8 | 迸姉 | 111010001011111110111000111001011010011110001001 | e8bfb8e5a789 |
UHC | ?姉 | 001111111110110110101011 | 3fedab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)