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 | ???u | 00111111001111110011111101110101 | 3f3f3f75 |
SJIS-WIN | 孩拔?u | 100110110111011110011101010101010011111101110101 | 9b779d553f75 |
EUC-JP | 孩拔?u | 110101011101100011011001101101100011111101110101 | d5d8d9b63f75 |
UTF-8 | 孩拔췻u | 11100101101011011010100111100110100010111001010011101100101101111011101101110101 | e5ada9e68b94ecb7bb75 |
UHC | 孩拔췻u | 11111010101010011101101011111011110000111111000001110101 | faa9dafbc3f075 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)