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 | 咀封? | 1001100111110000100101011001010100111111 | 99f095953f |
EUC-JP | 咀封? | 1101001011110010110010011111010100111111 | d2f2c9f53f |
UTF-8 | 咀封렪 | 111001011001001010000000111001011011000010000001111010111010000010101010 | e59280e5b081eba0aa |
UHC | 咀封렪 | 111011101011101011011100111001101000111010111000 | eebadce68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)