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 | 蛟滄浚 | 111001011000000010011111111010011001111110110010 | e5809fe99fb2 |
EUC-JP | 蛟滄浚 | 111010011110000011011110111010111101111010110100 | e9e0deebdeb4 |
UTF-8 | 蛟滄浚 | 111010001001101110011111111001101011101110000100111001101011010110011010 | e89b9fe6bb84e6b59a |
UHC | 蛟滄浚 | 110011101111000111110011111001111111000111011101 | cef1f3e7f1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)