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 | 馭??暎??\ | 111010010110011000111111001111111001110111110011001111110011111101011100 | e9663f3f9df33f3f5c |
EUC-JP | 馭??暎??\ | 111100011100011100111111001111111101101011110101001111110011111101011100 | f1c73f3fdaf53f3f5c |
UTF-8 | 馭곷젿暎㏓젾\ | 11101001101001101010110111101010101100111011011111101100101000001011111111100110100110101000111011100011100011111001001111101100101000001011111001011100 | e9a6adeab3b7eca0bfe69a8ee38f93eca0be5c |
UHC | 馭곷젿暎㏓젾\ | 11100101110111111000000111101011101000001011000111100111101100101010011111101011101000001011000001011100 | e5df81eba0b1e7b2a7eba0b05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)