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 | ???燿 | 0011111100111111001111111110000010100000 | 3f3f3fe0a0 |
EUC-JP | ???燿 | 0011111100111111001111111110000010100010 | 3f3f3fe0a2 |
UTF-8 | 殮뽫뼹燿 | 111011111010011010100101111010111011110110101011111010111011110010111001111001111000011110111111 | efa6a5ebbdabebbcb9e787bf |
UHC | 殮뽫뼹燿 | 1110011011111001100101101110011110010110101111001110100011111100 | e6f996e796bce8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)