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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 霓???@h | 11101000101111010011111100111111001111110100000001101000 | e8bd3f3f3f4068 |
EUC-JP | 霓???@h | 11110000101111110011111100111111001111110100000001101000 | f0bf3f3f3f4068 |
UTF-8 | 霓뙈살젌@h | 1110100110011100100100111110101110011001100010001110110010000010101101001110110010100000100011000100000001101000 | e99c93eb9988ec82b4eca08c4068 |
UHC | 霓뙈살젌@h | 11100111111001111011011011001110101110111110110010100000100011010100000001101000 | e7e7b6cebbeca08d4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)