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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ワ骼「ハ鈔ェ | 11110000101001111101110011101001100011101010001011001010111001111110001010101010 | f0a7dce98ea2cae7e2aa |
EUC-JP | ?ワ骼「ハ鈔ェ | 00111111100011101101110011110001111011101000111010100010100011101100101011101110111001001000111010101010 | 3f8edcf1ee8ea28ecaeee48eaa |
UTF-8 | ワ骼「ハ鈔ェ | 111011101000000110100110111011111011111010011100111010011010101010111100111011111011110110100010111011111011111010001010111010011000100010010100111011111011110110101010 | ee81a6efbe9ce9aabcefbda2efbe8ae98894efbdaa |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)