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 | 奬斑? | 1001101011111011100101001100000100111111 | 9afb94c13f |
EUC-JP | 奬斑? | 1101010011111101110010001100001100111111 | d4fdc8c33f |
UTF-8 | 奬斑렧 | 111001011010010110101100111001101001011010010001111010111010000010100111 | e5a5ace69691eba0a7 |
UHC | 奬斑렧 | 111011011110000111011010111010001000111010110110 | ede1dae88eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)