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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 暠翦~ | 1111101011011011111000111100011001111110 | fadbe3c67e |
EUC-JP | 暠翦~ | 100011111100001011010111111001101100100001111110 | 8fc2d7e6c87e |
UTF-8 | 暠翦~ | 11100110100110101010000011100111101111111010011001111110 | e69aa0e7bfa67e |
UHC | 暠?~ | 11001101101111000011111101111110 | cdbc3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)