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 | 維?ぜ? | 100010001101101100111111100000101011101000111111 | 88db3f82ba3f |
EUC-JP | 維?ぜ? | 101100001101110100111111101001001011110000111111 | b0dd3fa4bc3f |
UTF-8 | 維껊ぜ紐 | 111001111011011010101101111010101011101110001010111000111000000110011100111011111010011110001111 | e7b6adeabb8ae3819cefa78f |
UHC | 維껊ぜ紐 | 1110101110101011100000111110101110101010101111001110101110101010 | ebab83ebaabcebaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)