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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 維?ぜ??Н\ | 10001000110110110011111110000010101110100011111100111111100001000100111001011100 | 88db3f82ba3f3f844e5c |
EUC-JP | 維?ぜ??Н\ | 10110000110111010011111110100100101111000011111100111111101001111010111101011100 | b0dd3fa4bc3f3fa7af5c |
UTF-8 | 維껊ぜ紐븍Н\ | 111001111011011010101101111010101011101110001010111000111000000110011100111011111010011110001111111010111011100010001101110100001001110101011100 | e7b6adeabb8ae3819cefa78febb88dd09d5c |
UHC | 維껊ぜ紐븍Н\ | 11101011101010111000001111101011101010101011110011101011101010101011101011101011101011001010111101011100 | ebab83ebaabcebaabaebacaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)