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 | 001111111001100001100000001111110100000001101000 | 3f98603f4068 |
EUC-JP | ?倭?@h | 001111111100111111000001001111110100000001101000 | 3fcfc13f4068 |
UTF-8 | 롎倭렫@h | 1110101110100001100011101110010110000000101011011110101110100000101010110100000001101000 | eba18ee580adeba0ab4068 |
UHC | 롎倭렫@h | 1000111011010100111010001101111010001110101110010100000001101000 | 8ed4e8de8eb94068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)