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 | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 矣G | 111100011101110011110010111000111111011110101110111000011110000101000111 | f1dcf2e3f7aee1e147 |
EUC-JP | ???矣G | 001111110011111100111111111000101110001101000111 | 3f3f3fe2e347 |
UTF-8 | 矣G | 11101110100001011001011111101110100010001001101011101110100101101001000111100111100111111010001101000111 | ee8597ee889aee9691e79fa347 |
UHC | ???矣G | 001111110011111100111111111010111111100001000111 | 3f3f3febf847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)