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 | çÂxû | 111001111100001010001100011110001001010011111011 | e7c28c7894fb |
SJIS-WIN | ???x?? | 001111110011111100111111011110000011111100111111 | 3f3f3f783f3f |
EUC-JP | çÂ?x?û | 100011111010101110101110100011111010101010100100001111110111100000111111100011111010101111100101 | 8fabae8faaa43f783f8fabe5 |
UTF-8 | çÂxû | 1100001110100111110000111000001011000010100011000111100011000010100101001100001110111011 | c3a7c382c28c78c294c3bb |
UHC | ???x?? | 001111110011111100111111011110000011111100111111 | 3f3f3f783f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)