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 | 讙鷺高礦 | 1110011010101010100011011110101110001101100000101110000111100110 | e6aa8deb8d82e1e6 |
EUC-JP | 讙鷺高礦 | 1110110010101100101110101110110110111001111000101110001011101000 | ecacbaedb9e2e2e8 |
UTF-8 | 讙鷺高礦 | 111010001010111010011001111010011011011110111010111010011010101110011000111001111010010010100110 | e8ae99e9b7bae9ab98e7a4a6 |
UHC | ?鷺高? | 001111111101011011011100110011011101010000111111 | 3fd6dccdd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)