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 | 蛛獻蕾 | 111001011000000111100000110110011110010101010001 | e581e0d9e551 |
EUC-JP | 蛛獻蕾 | 111010011110000111100000110110111110100110110010 | e9e1e0dbe9b2 |
UTF-8 | 蛛獻蕾 | 111010001001101110011011111001111000110110111011111010001001010110111110 | e89b9be78dbbe895be |
UHC | 蛛獻? | 1111000111001000111110101100110000111111 | f1c8facc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)