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 | 褻溯淦 | 111001011111011010011111111010001001111110111110 | e5f69fe89fbe |
EUC-JP | 褻溯淦 | 111010101111100011011110111010101101111011000000 | eaf8deeadec0 |
UTF-8 | 褻溯淦 | 111010001010010010111011111001101011101010101111111001101011011110100110 | e8a4bbe6baafe6b7a6 |
UHC | 褻溯? | 1110000011100001111000011011110100111111 | e0e1e1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)