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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髱ら瓦 | 111010011001110110000010111001111000101010100010 | e99d82e78aa2 |
EUC-JP | 髱ら瓦 | 111100011111110110100100111010011011010010100100 | f1fda4e9b4a4 |
UTF-8 | 髱ら瓦 | 111010011010101110110001111000111000001010001001111001111001001110100110 | e9abb1e38289e793a6 |
UHC | ?ら瓦 | 0011111110101010111010011110100010111111 | 3faae9e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)