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 | 謳懃謙 | 111001101001000010011100111001111000110010101010 | e6909ce78caa |
EUC-JP | 謳懃謙 | 111010111111000011011000111010011011100010101100 | ebf0d8e9b8ac |
UTF-8 | 謳懃謙 | 111010001010110010110011111001101000011110000011111010001010110010011001 | e8acb3e68783e8ac99 |
UHC | 謳懃謙 | 110011111100010011010000110001001100110011000101 | cfc4d0c4ccc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)