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 | 11110111101000111111011110101110111101011011110111100001110101000100000001101000 | f7a3f7aef5bde1d44068 |
EUC-JP | ???瞞@h | 00111111001111110011111111100010110101100100000001101000 | 3f3f3fe2d64068 |
UTF-8 | 瞞@h | 1110111010010110100001101110111010010110100100011110111010010000101010001110011110011110100111100100000001101000 | ee9686ee9691ee90a8e79e9e4068 |
UHC | ???瞞@h | 00111111001111110011111111011000101111100100000001101000 | 3f3f3fd8be4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)