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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??頁?^ | 001111110011111110010101110001010011111101011110 | 3f3f95c53f5e |
EUC-JP | ??頁?^ | 001111110011111111001010110001110011111101011110 | 3f3fcac73f5e |
UTF-8 | 덟뤓頁츰^ | 11101011100011011001111111101011101001001001001111101001101000001000000111101100101110001011000001011110 | eb8d9feba493e9a081ecb8b05e |
UHC | 덟뤓頁츰^ | 101101001111110010001111110000111111101011101101110000111111101101011110 | b4fc8fc3faedc3fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)