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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韋夜亂 | 111010001110100010010110111010011001100010101010 | e8e896e998aa |
EUC-JP | 韋夜亂 | 111100001110101011001100111010111101000010101100 | f0eaccebd0ac |
UTF-8 | 韋夜亂 | 111010011001111110001011111001011010010010011100111001001011101010000010 | e99f8be5a49ce4ba82 |
UHC | 韋夜亂 | 111010101101111111100101101010001101010110101111 | eadfe5a8d5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)