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 | 淫蓑? | 1000100011111010100101101010101000111111 | 88fa96aa3f |
EUC-JP | 淫蓑? | 1011000011111100110011001010110000111111 | b0fcccac3f |
UTF-8 | 淫蓑렫 | 111001101011011110101011111010001001001110010001111010111010000010101011 | e6b7abe89391eba0ab |
UHC | 淫蓑렫 | 111010111110001011011110111011101000111010111001 | ebe2deee8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)