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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 錠?Q] | 1000111111111001001111110101000101011101 | 8ff93f515d |
EUC-JP | 錠?Q] | 1011111011111011001111110101000101011101 | befb3f515d |
UTF-8 | 錠렮Q] | 1110100110001100101000001110101110100000101011100101000101011101 | e98ca0eba0ae515d |
UHC | 錠렮Q] | 111011111111110010001110101110110101000101011101 | effc8ebb515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)