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 | 艪g欺 | 111001001000001010000010100001111000101101011100 | e48282878b5c |
EUC-JP | 艪g欺 | 111001111110001010100011111001111011010110111101 | e7e2a3e7b5bd |
UTF-8 | 艪g欺 | 111010001000100110101010111011111011110110000111111001101010110010111010 | e889aaefbd87e6acba |
UHC | ?g欺 | 0011111110100011111001111101000110100111 | 3fa3e7d1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)