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 | 辜晤m | 111001111000001110011101111010111000001010001101 | e7839deb828d |
EUC-JP | 辜晤m | 111011011110001111011010111011011010001111101101 | ede3daeda3ed |
UTF-8 | 辜晤m | 111010001011111010011100111001101001100110100100111011111011110110001101 | e8be9ce699a4efbd8d |
UHC | 辜晤m | 110011011101000011100111111110111010001111101101 | cdd0e7fba3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)