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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 裝朧⊃G | 11100101111001001001111001001111100000011011110101000111 | e5e49e4f81bd47 |
EUC-JP | 裝朧⊃G | 11101010111001101101101110110000101000101011111101000111 | eae6dbb0a2bf47 |
UTF-8 | 裝朧⊃G | 11101000101000111001110111100110100111001010011111100010100010101000001101000111 | e8a39de69ca7e28a8347 |
UHC | 裝朧⊃G | 11101101111110111101011011101000101000011111100101000111 | edfbd6e8a1f947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)