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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 燎쒕쓹栒둯 | 111011111010011110000000111011001001001010010101111011001001001110111001111001101010000010010010111010111001000110101111 | efa780ec9295ec93b9e6a092eb91af |
UHC | 燎쒕쓹栒둯 | 11101000111110111001110011101011100111011001010111100010111000111000101001101000 | e8fb9ceb9d95e2e38a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)