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 | 獄??蜈 | 100011011001011000111111001111111110010110000101 | 8d963f3fe585 |
EUC-JP | 獄??蜈 | 101110011111011000111111001111111110100111100101 | b9f63f3fe9e5 |
UTF-8 | 獄잏즯蜈 | 111001111000110110000100111011001001111010001111111011001010011010101111111010001001110010001000 | e78d84ec9e8feca6afe89c88 |
UHC | 獄잏즯蜈 | 1110100010101011100111111110011110100011100000011110100010100101 | e8ab9fe7a381e8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)