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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
UTF-8 | 泥쒖찉淋숈쭥h | 11101111101001111010001111101100100100101001011011101100101100001000100111101111101001111011010111101100100010001000100011101100101011011010010101101000 | efa7a3ec9296ecb089efa7b5ec8888ecada568 |
UHC | 泥쒖찉淋숈쭥h | 11101100101100101001110011101100101010011000110111101100111110001001100111101100101001111001100101101000 | ecb29ceca98decf899eca79968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)