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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | ??銑oBF | 00111111001111111001000101001100011011110100001001000110 | 3f3f914c6f4246 |
EUC-JP | 饍?銑oBF | 100011111110100011101101001111111100000110101101011011110100001001000110 | 8fe8ed3fc1ad6f4246 |
UTF-8 | 饍栒銑oBF | 111010011010010110001101111001101010000010010010111010011000101010010001011011110100001001000110 | e9a58de6a092e98a916f4246 |
UHC | 饍栒銑oBF | 111000001101011111100010111000111110000011010101011011110100001001000110 | e0d7e2e3e0d56f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)