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 | 肢?咀蚌 | 10001110100010000011111110011001111100001110010101110010 | 8e883f99f0e572 |
EUC-JP | 肢?咀蚌 | 10111011111010000011111111010010111100101110100111010011 | bbe83fd2f2e9d3 |
UTF-8 | 肢렖咀蚌 | 111010001000001010100010111010111010000010010110111001011001001010000000111010001001101010001100 | e882a2eba096e59280e89a8c |
UHC | 肢렖咀蚌 | 1111001010110110100011101010101111101110101110101101101110111101 | f2b68eabeebadbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)