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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | 維?ぜ維??~ | 10001000110110110011111110000010101110101000100011011011001111110011111101111110 | 88db3f82ba88db3f3f7e |
EUC-JP | 維?ぜ維??~ | 10110000110111010011111110100100101111001011000011011101001111110011111101111110 | b0dd3fa4bcb0dd3f3f7e |
UTF-8 | 維껊ぜ維껊춮~ | 11100111101101101010110111101010101110111000101011100011100000011001110011100111101101101010110111101010101110111000101011101100101101101010111001111110 | e7b6adeabb8ae3819ce7b6adeabb8aecb6ae7e |
UHC | 維껊ぜ維껊춮~ | 11101011101010111000001111101011101010101011110011101011101010111000001111101011101011011000101101111110 | ebab83ebaabcebab83ebad8b7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)