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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 熙室h熙 | 11101010101001001000111010111010011010001110101010100100 | eaa48eba68eaa4 |
EUC-JP | 熙室h熙 | 11110100101001101011110010111100011010001111010010100110 | f4a6bcbc68f4a6 |
UTF-8 | 熙室h熙 | 11100111100001101001100111100101101011101010010001101000111001111000011010011001 | e78699e5aea468e78699 |
UHC | 熙室h熙 | 11111101111101111110001111111000011010001111110111110111 | fdf7e3f868fdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)