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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ワク霤@h | 110111001011100011101000110000110100000001101000 | dcb8e8c34068 |
EUC-JP | ワク霤@h | 1000111011011100100011101011100011110000110001010100000001101000 | 8edc8eb8f0c54068 |
UTF-8 | ワク霤@h | 1110111110111110100111001110111110111101101110001110100110011100101001000100000001101000 | efbe9cefbdb8e99ca44068 |
UHC | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)