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 | 00111111001111110011111101000111 | 3f3f3f47 |
EUC-JP | 濚??G | 100011111100100110100001001111110011111101000111 | 8fc9a13f3f47 |
UTF-8 | 濚겼뜏G | 11100110101111111001101011101010101100101011110011101011100111001000111101000111 | e6bf9aeab2bceb9c8f47 |
UHC | 濚겼뜏G | 11100111101110011011000011100101100011011001001001000111 | e7b9b0e58d9247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)