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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譫晞棹豼、 | 111001101001111010011101111010011001111010101000111001101011111110100100 | e69e9de99ea8e6bfa4 |
EUC-JP | 譫晞棹豼、 | 11101011111111101101101011101011110111001010101011101100110000011000111010100100 | ebfedaebdcaaecc18ea4 |
UTF-8 | 譫晞棹豼、 | 111010001010110110101011111001101001100110011110111001101010001110111001111010001011000110111100111011111011110110100100 | e8adabe6999ee6a3b9e8b1bcefbda4 |
UHC | ?晞棹?? | 00111111111111011111010111010100101000010011111100111111 | 3ffdf5d4a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)