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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 鉧七G | 1111101111001011100011101011010101000111 | fbcb8eb547 |
EUC-JP | 鉧七G | 100011111110001111101001101111001011011101000111 | 8fe3e9bcb747 |
UTF-8 | 鉧七G | 11101001100010011010011111100100101110001000001101000111 | e989a7e4b88347 |
UHC | ?七G | 00111111111101101101001001000111 | 3ff6d247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)