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 | 謳り汽 | 111001101001000010000010111010001000101101000100 | e69082e88b44 |
EUC-JP | 謳り汽 | 111010111111000010100100111010101011010110100101 | ebf0a4eab5a5 |
UTF-8 | 謳り汽 | 111010001010110010110011111000111000001010001010111001101011000110111101 | e8acb3e3828ae6b1bd |
UHC | 謳り汽 | 110011111100010010101010111010101101000110101001 | cfc4aaead1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)