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 | èæ´ | 111010001000000010011000111001101011010010000100 | e88098e6b484 |
SJIS-WIN | ????´? | 00111111001111110011111100111111100000010100110000111111 | 3f3f3f3f814c3f |
EUC-JP | è??æ´? | 1000111110101011101100100011111100111111100011111010100111000001101000011010110100111111 | 8fabb23f3f8fa9c1a1ad3f |
UTF-8 | èæ´ | 110000111010100011000010100000001100001010011000110000111010011011000010101101001100001010000100 | c3a8c280c298c3a6c2b4c284 |
UHC | ???æ´? | 0011111100111111001111111010100110100001101000101010010100111111 | 3f3f3fa9a1a2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)