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 | 顰偃刊 | 111010001111110010011000111011101000101010100111 | e8fc98ee8aa7 |
EUC-JP | 顰偃刊 | 111100001111111011010000111100001011010010101001 | f0fed0f0b4a9 |
UTF-8 | 顰偃刊 | 111010011010000110110000111001011000000110000011111001011000100010001010 | e9a1b0e58183e5888a |
UHC | ?偃刊 | 0011111111100101111001111100101011001010 | 3fe5e7caca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)