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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 梓?梓?h | 10001000101100100011111110001000101100100011111101101000 | 88b23f88b23f68 |
EUC-JP | 梓?梓?h | 10110000101101000011111110110000101101000011111101101000 | b0b43fb0b43f68 |
UTF-8 | 梓렍梓렍h | 11100110101000101001001111101011101000001000110111100110101000101001001111101011101000001000110101101000 | e6a293eba08de6a293eba08d68 |
UHC | 梓렍梓렍h | 111011101010100110001110101000111110111010101001100011101010001101101000 | eea98ea3eea98ea368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)