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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ゙シ莇 | 110111101111011111010100101111001110010010110100 | def7d4bce4b4 |
EUC-JP | ゙?シ莇 | 10001110110111100011111110001110101111001110100010110110 | 8ede3f8ebce8b6 |
UTF-8 | ゙シ莇 | 111011111011111010011110111011101001011010110111111011111011110110111100111010001000111010000111 | efbe9eee96b7efbdbce88e87 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)