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 | 雲???彧 | 10001001010111110011111100111111001111111111101010111001 | 895f3f3f3ffab9 |
EUC-JP | 雲???彧 | 1011000111000000001111110011111100111111100011111011110011111110 | b1c03f3f3f8fbcfe |
UTF-8 | 雲띨렟렑彧 | 111010011001101110110010111010111001110110101000111010111010000010011111111010111010000010010001111001011011110110100111 | e99bb2eb9da8eba09feba091e5bda7 |
UHC | 雲띨렟렑彧 | 11101010101000111011011011101110100011101011000010001110101001101110100111101110 | eaa3b6ee8eb08ea6e9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)