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 | 觴宬 | 111010001010011110110100111001011010111010101100 | e8a7b4e5aeac |
SJIS-WIN | ?§´??¬ | 001111111000000110011000100000010100110000111111001111111000000111001010 | 3f8198814c3f3f81ca |
EUC-JP | 觴宬 | 100011111010101110110010101000011111100010100001101011011000111110101011101010011000111110100010111011101010001011001100 | 8fabb2a1f8a1ad8faba98fa2eea2cc |
UTF-8 | 觴宬 | 110000111010100011000010101001111100001010110100110000111010010111000010101011101100001010101100 | c3a8c2a7c2b4c3a5c2aec2ac |
UHC | ?§´?®? | 001111111010000111010111101000101010010100111111101000101110011100111111 | 3fa1d7a2a53fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)