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 | ???¨ | 00111111001111110011111110101000 | 3f3f3fa8 |
SJIS-WIN | ??璋¨ | 001111110011111111100000111101101000000101001110 | 3f3fe0f6814e |
EUC-JP | 鋌?璋¨ | 1000111111100100101110110011111111100000111110001010000110101111 | 8fe4bb3fe0f8a1af |
UTF-8 | 鋌렱璋¨ | 1110100110001011100011001110101110100000101100011110011110010010100010111100001010101000 | e98b8ceba0b1e7928bc2a8 |
UHC | 鋌렱璋¨ | 1110111111111011100011101011111011101101111100001010000110100111 | effb8ebeedf0a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)