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 | 踉」峵栄 | 11100110111100101010001111111010101011101000100101101000 | e6f2a3faae8968 |
EUC-JP | 踉」?栄 | 11101100111101001000111010100011001111111011000111001001 | ecf48ea33fb1c9 |
UTF-8 | 踉」峵栄 | 111010001011100010001001111011111011110110100011111001011011001110110101111001101010000010000100 | e8b889efbda3e5b3b5e6a084 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)