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 | 淫蓑갊 | 111001101011011110101011111010001001001110010001111010101011000010001010 | e6b7abe89391eab08a |
UHC | 淫蓑갊 | 111010111110001011011110111011101011000010100111 | ebe2deeeb0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)