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 | 纓ゃ | 11100011100101111000001011100001 | e39782e1 |
EUC-JP | 纓ゃ | 11100101111101111010010011100011 | e5f7a4e3 |
UTF-8 | 纓ゃ | 111001111011101010010011111000111000001010000011 | e7ba93e38283 |
UHC | 纓ゃ | 11100111110001011010101011100011 | e7c5aae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)