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 | 爭?暲 | 1110000010100101001111111111101011011100 | e0a53ffadc |
EUC-JP | 爭?暲 | 111000001010011100111111100011111100001011011011 | e0a73f8fc2db |
UTF-8 | 爭렦暲 | 111001111000100010101101111010111010000010100110111001101001101010110010 | e788adeba0a6e69ab2 |
UHC | 爭렦暲 | 111011101011001110001110101101011110110111100111 | eeb38eb5ede7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)