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 | 讙鷺高竏 | 1110011010101010100011011110101110001101100000101110001010001000 | e6aa8deb8d82e288 |
EUC-JP | 讙鷺高竏 | 1110110010101100101110101110110110111001111000101110001111101000 | ecacbaedb9e2e3e8 |
UTF-8 | 讙鷺高竏 | 111010001010111010011001111010011011011110111010111010011010101110011000111001111010101110001111 | e8ae99e9b7bae9ab98e7ab8f |
UHC | ?鷺高? | 001111111101011011011100110011011101010000111111 | 3fd6dccdd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)