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 | 障頭? | 1000111111100001100100111010101000111111 | 8fe193aa3f |
EUC-JP | 障頭? | 1011111011100011110001101010110000111111 | bee3c6ac3f |
UTF-8 | 障頭렟 | 111010011001101010011100111010011010000010101101111010111010000010011111 | e99a9ce9a0adeba09f |
UHC | 障頭렟 | 111011101010000111010100111010011000111010110000 | eea1d4e98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)