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 | 茹帋滄 | 111001001010010110011011111000011001111111101001 | e4a59be19fe9 |
EUC-JP | 茹帋滄 | 111010001010011111010110111000111101111011101011 | e8a7d6e3deeb |
UTF-8 | 茹帋滄 | 111010001000110010111001111001011011100010001011111001101011101110000100 | e88cb9e5b88be6bb84 |
UHC | 茹?滄 | 1110011010101010001111111111001111100111 | e6aa3ff3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)