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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霆??? | 1110100010111011001111110011111100111111 | e8bb3f3f3f |
EUC-JP | 霆?荑? | 11110000101111010011111110001111110101111111100100111111 | f0bd3f8fd7f93f |
UTF-8 | 霆렜荑렣 | 111010011001110010000110111010111010000010011100111010001000110110010001111010111010000010100011 | e99c86eba09ce88d91eba0a3 |
UHC | 霆렜荑렣 | 1110111111111101100011101010111011101100101111111000111010110100 | effd8eaeecbf8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)