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 | 載?獨 | 1000110111011010001111111110000011010101 | 8dda3fe0d5 |
EUC-JP | 載?獨 | 1011101011011100001111111110000011010111 | badc3fe0d7 |
UTF-8 | 載띌獨 | 111010001011110010001001111010111001110110001100111001111000110110101000 | e8bc89eb9d8ce78da8 |
UHC | 載띌獨 | 111011101011000010110110111010011101010010111100 | eeb0b6e9d4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)