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 | 髯溯ざ | 111010011001100110011111111010001000001010110100 | e9999fe882b4 |
EUC-JP | 髯溯ざ | 111100011111100111011110111010101010010010110110 | f1f9deeaa4b6 |
UTF-8 | 髯溯ざ | 111010011010101110101111111001101011101010101111111000111000000110010110 | e9abafe6baafe38196 |
UHC | ?溯ざ | 0011111111100001101111011010101010110110 | 3fe1bdaab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)