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 | 獄??霓 | 100011011001011000111111001111111110100010111101 | 8d963f3fe8bd |
EUC-JP | 獄??霓 | 101110011111011000111111001111111111000010111111 | b9f63f3ff0bf |
UTF-8 | 獄ㅵ만霓 | 111001111000110110000100111000111000010110110101111010111010011110001100111010011001110010010011 | e78d84e385b5eba78ce99c93 |
UHC | 獄ㅵ만霓 | 1110100010101011101001001110010110111000101110001110011111100111 | e8aba4e5b8b8e7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)