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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 維?ぜ???^ | 100010001101101100111111100000101011101000111111001111110011111101011110 | 88db3f82ba3f3f3f5e |
EUC-JP | 維?ぜ???^ | 101100001101110100111111101001001011110000111111001111110011111101011110 | b0dd3fa4bc3f3f3f5e |
UTF-8 | 維껊ぜ紐븍쳥^ | 11100111101101101010110111101010101110111000101011100011100000011001110011101111101001111000111111101011101110001000110111101100101100111010010101011110 | e7b6adeabb8ae3819cefa78febb88decb3a55e |
UHC | 維껊ぜ紐븍쳥^ | 11101011101010111000001111101011101010101011110011101011101010101011101011101011101010111000101001011110 | ebab83ebaabcebaabaebab8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)