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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 譽??F | 1110011010100011001111110011111101000110 | e6a33f3f46 |
EUC-JP | 譽??F | 1110110010100101001111110011111101000110 | eca53f3f46 |
UTF-8 | 譽긺텥F | 11101000101011011011110111101010101110001011101011101101100001011010010101000110 | e8adbdeab8baed85a546 |
UHC | 譽긺텥F | 11100111111000101011000111100111101101101001101001000110 | e7e2b1e7b69a46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)