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 | 謳り畿 | 111001101001000010000010111010001000101101000101 | e69082e88b45 |
EUC-JP | 謳り畿 | 111010111111000010100100111010101011010110100110 | ebf0a4eab5a6 |
UTF-8 | 謳り畿 | 111010001010110010110011111000111000001010001010111001111001010110111111 | e8acb3e3828ae795bf |
UHC | 謳り畿 | 110011111100010010101010111010101101000110110010 | cfc4aaead1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)