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 | ?辣玲 | 0011111111100111100001011001011111100110 | 3fe78597e6 |
EUC-JP | ?辣玲 | 0011111111101101111001011100111011101000 | 3fede5cee8 |
UTF-8 | 뤵辣玲 | 111010111010010010110101111010001011111010100011111001111000111010110010 | eba4b5e8bea3e78eb2 |
UHC | 뤵辣玲 | 100011111110001111010101101110001101011010111100 | 8fe3d5b8d6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)