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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 永????h | 10001001011010010011111100111111001111110011111101101000 | 89693f3f3f3f68 |
EUC-JP | 永????h | 10110001110010100011111100111111001111110011111101101000 | b1ca3f3f3f3f68 |
UTF-8 | 永쏃넀溫륻h | 11100110101100001011100011101100100011111000001111101011100001001000000011100110101110101010101111101011101001011011101101101000 | e6b0b8ec8f83eb8480e6baabeba5bb68 |
UHC | 永쏃넀溫륻h | 1110011110110101100110111110100110000110100100001110100010101110100100000101100101101000 | e7b59be98690e8ae905968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)