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 | 侑?奬 | 1001100011010000001111111001101011111011 | 98d03f9afb |
EUC-JP | 侑?奬 | 1101000011010010001111111101010011111101 | d0d23fd4fd |
UTF-8 | 侑렧奬 | 111001001011111010010001111010111010000010100111111001011010010110101100 | e4be91eba0a7e5a5ac |
UHC | 侑렧奬 | 111010101110001010001110101101101110110111100001 | eae28eb6ede1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)