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 | 隕??閃? | 11101000101001100011111100111111100100010100110100111111 | e8a63f3f914d3f |
EUC-JP | 隕??閃? | 11110000101010000011111100111111110000011010111000111111 | f0a83f3fc1ae3f |
UTF-8 | 隕렟뤊閃띨 | 111010011001101010010101111010111010000010011111111010111010010010001010111010011001011010000011111010111001110110101000 | e99a95eba09feba48ae99683eb9da8 |
UHC | 隕렟뤊閃띨 | 11101010101000101000111010110000100011111011101011100000111011001011011011101110 | eaa28eb08fbae0ecb6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)