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 | 梧??節o?h | 10001100111001100011111100111111100100001101111110000010100011110011111101101000 | 8ce63f3f90df828f3f68 |
EUC-JP | 梧??節o?h | 10111000111010000011111100111111110000001110000110100011111011110011111101101000 | b8e83f3fc0e1a3ef3f68 |
UTF-8 | 梧잏슘節o슝h | 11100110101000101010011111101100100111101000111111101100100010101001100011100111101011111000000011101111101111011000111111101100100010101001110101101000 | e6a2a7ec9e8fec8a98e7af80efbd8fec8a9d68 |
UHC | 梧잏슘節o슝h | 11100111111111001001111111100111101111011011011111101111101111011010001111101111101111011011100101101000 | e7fc9fe7bdb7efbda3efbdb968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)