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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋗宍鳧 | 111110111101000010001110101100111110100111101000 | fbd08eb3e9e8 |
EUC-JP | 鋗宍鳧 | 10001111111001001100000110111100101101011111001011101010 | 8fe4c1bcb5f2ea |
UTF-8 | 鋗宍鳧 | 111010011000101110010111111001011010111010001101111010011011001110100111 | e98b97e5ae8de9b3a7 |
UHC | ??鳧 | 00111111001111111101110111000000 | 3f3fddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)