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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?瑠 | 001111111001011111011010 | 3f97da |
EUC-JP | ?瑠 | 001111111100111011011100 | 3fcedc |
UTF-8 | 뤵瑠 | 111010111010010010110101111001111001000110100000 | eba4b5e791a0 |
UHC | 뤵瑠 | 10001111111000111101011110111001 | 8fe3d7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)