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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉛??兪 | 100010011001010000111111001111111001100101100000 | 89943f3f9960 |
EUC-JP | 鉛??兪 | 101100011111010000111111001111111101000111000001 | b1f43f3fd1c1 |
UTF-8 | 鉛놁뼔兪 | 111010011000100110011011111010111000011010000001111010111011110010010100111001011000010110101010 | e9899beb8681ebbc94e585aa |
UHC | 鉛놁뼔兪 | 1110011011100111100001101110110010010110100111001110101011100100 | e6e786ec969ceae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)