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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 驥夜⊥B | 11101001100001111001011011101001100000011101101101000010 | e98796e981db42 |
EUC-JP | 驥夜⊥B | 11110001111001111100110011101011101000101101110101000010 | f1e7cceba2dd42 |
UTF-8 | 驥夜⊥B | 11101001101010011010010111100101101001001001110011100010100010101010010101000010 | e9a9a5e5a49ce28aa542 |
UHC | 驥夜⊥B | 11010001110010101110010110101000101000011101000101000010 | d1cae5a8a1d142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)