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 | 111010001010001110011101111010111000001010001101 | e8a39deb828d |
EUC-JP | 陬晤m | 111100001010010111011010111011011010001111101101 | f0a5daeda3ed |
UTF-8 | 陬晤m | 111010011001100110101100111001101001100110100100111011111011110110001101 | e999ace699a4efbd8d |
UHC | ?晤m | 0011111111100111111110111010001111101101 | 3fe7fba3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)