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 | ûP× | 111110110101000011010111 | fb50d7 |
SJIS-WIN | ?P× | 00111111010100001000000101111110 | 3f50817e |
EUC-JP | ûP× | 100011111010101111100101010100001010000111011111 | 8fabe550a1df |
UTF-8 | ûP× | 1100001110111011010100001100001110010111 | c3bb50c397 |
UHC | ?P× | 00111111010100001010000110111111 | 3f50a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)