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 | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
SJIS-WIN | 箋頑或AB | 1110001010110011100010101110011010001000101111010100000101000010 | e2b38ae688bd4142 |
EUC-JP | 箋頑或AB | 1110010010110101101101001110100010110000101111110100000101000010 | e4b5b4e8b0bf4142 |
UTF-8 | 箋頑或AB | 1110011110101110100010111110100110100000100100011110011010001000100101100100000101000010 | e7ae8be9a091e688964142 |
UHC | 箋頑或AB | 1110111110101000111010001101011111111011111001000100000101000010 | efa8e8d7fbe44142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)