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 | 映??燁 | 100010010110011000111111001111111111101101011001 | 89663f3ffb59 |
EUC-JP | 映??燁 | 10110001110001110011111100111111100011111100101010110011 | b1c73f3f8fcab3 |
UTF-8 | 映붼뇠燁 | 111001101001100010100000111010111011011010111100111010111000011110100000111001111000011110000001 | e698a0ebb6bceb87a0e78781 |
UHC | 映붼뇠燁 | 1110011110110001100101001110100110000111100010001110011110100111 | e7b194e98788e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)