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 | 涣椽 | 111001101011011010100011111001101010010010111101 | e6b6a3e6a4bd |
SJIS-WIN | ?¶£??? | 0011111110000001111101111000000110010010001111110011111100111111 | 3f81f781923f3f3f |
EUC-JP | 涣� | 1000111110101001110000011010001011111001101000011111001010001111101010011100000110001111101000101111000000111111 | 8fa9c1a2f9a1f28fa9c18fa2f03f |
UTF-8 | 涣椽 | 110000111010011011000010101101101100001010100011110000111010011011000010101001001100001010111101 | c3a6c2b6c2a3c3a6c2a4c2bd |
UHC | �椽 | 1010100110100001101000101101001000111111101010011010000110100010101101001010100011110110 | a9a1a2d23fa9a1a2b4a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)