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 | 炎??獄 | 100010011000101000111111001111111000110110010110 | 898a3f3f8d96 |
EUC-JP | 炎??獄 | 101100011110101000111111001111111011100111110110 | b1ea3f3fb9f6 |
UTF-8 | 炎뉒푻獄 | 111001111000001010001110111010111000100110010010111011011001000110111011111001111000110110000100 | e7828eeb8992ed91bbe78d84 |
UHC | 炎뉒푻獄 | 1110011011111010100001111110011110111110100001111110100010101011 | e6fa87e7be87e8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)