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 | 諶・關 | 1111101110101010101001011110100010010000 | fbaaa5e890 |
EUC-JP | 諶・關 | 10001111110111101011010110001110101001011110111111110000 | 8fdeb58ea5eff0 |
UTF-8 | 諶・關 | 111010001010101110110110111011111011110110100101111010011001011110011100 | e8abb6efbda5e9979c |
UHC | 諶?關 | 1110010010100110001111111100111010111100 | e4a63fcebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)