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 | 獄??苒 | 100011011001011000111111001111111110010010010010 | 8d963f3fe492 |
EUC-JP | 獄??苒 | 101110011111011000111111001111111110011111110010 | b9f63f3fe7f2 |
UTF-8 | 獄졻댙苒 | 111001111000110110000100111011001010000110111011111010111000110010011001111010001000101110010010 | e78d84eca1bbeb8c99e88b92 |
UHC | 獄졻댙苒 | 1110100010101011101000001110001010001000101111011110011011111110 | e8aba0e288bde6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)