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 | 冐給垢 | 111000111110110010001011100010111000110101000011 | e3ec8b8b8d43 |
EUC-JP | 冐給垢 | 111001101110111010110101111010111011100110100100 | e6eeb5ebb9a4 |
UTF-8 | 冐給垢 | 111001011000011010010000111001111011010110100110111001011001111010100010 | e58690e7b5a6e59ea2 |
UHC | ?給垢 | 0011111111010000111001011100111110100111 | 3fd0e5cfa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)