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 | 夭?屑 | 1001101011101110001111111000101111111011 | 9aee3f8bfb |
EUC-JP | 夭炤屑 | 11010100111100001000111111001001110100101011011011111101 | d4f08fc9d2b6fd |
UTF-8 | 夭炤屑 | 111001011010010010101101111001111000001010100100111001011011000110010001 | e5a4ade782a4e5b191 |
UHC | 夭炤屑 | 111010001110110011100001101111111110000011011010 | e8ece1bfe0da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)