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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 箏o | 11100010101101011111000111111100111100001110100101101111 | e2b5f1fcf0e96f |
EUC-JP | 箏??o | 1110010010110111001111110011111101101111 | e4b73f3f6f |
UTF-8 | 箏o | 11100111101011101000111111101110100001011011011111101110100000101010100001101111 | e7ae8fee85b7ee82a86f |
UHC | 箏??o | 1110111010110100001111110011111101101111 | eeb43f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)