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 | 邏ょ | 11100111101101001000001011100101 | e7b482e5 |
EUC-JP | 邏ょ | 11101110101101101010010011100111 | eeb6a4e7 |
UTF-8 | 邏ょ | 111010011000001010001111111000111000001010000111 | e9828fe38287 |
UHC | 邏ょ | 11010101101001001010101011100111 | d5a4aae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)