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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 意???粟 | 10001000110100110011111100111111001111111000100010111110 | 88d33f3f3f88be |
EUC-JP | 意???粟 | 10110000110101010011111100111111001111111011000011000000 | b0d53f3f3fb0c0 |
UTF-8 | 意패렧뤊粟 | 111001101000010010001111111011011000110010101000111010111010000010100111111010111010010010001010111001111011001010011111 | e6848fed8ca8eba0a7eba48ae7b29f |
UHC | 意패렧뤊粟 | 11101011111100101100011011010000100011101011011010001111101110101110000111011000 | ebf2c6d08eb68fbae1d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)