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 | 底ο? | 1001001011101010100000111100110100111111 | 92ea83cd3f |
EUC-JP | 底ο? | 1100010011101100101001101100111100111111 | c4eca6cf3f |
UTF-8 | 底ο쉔 | 1110010110111010100101011100111010111111111011001000100110010100 | e5ba95cebfec8994 |
UHC | 底ο쉔 | 111011101011110010100101111011111011110110101000 | eebca5efbda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)