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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | 佇???提?V | 100110001100100000111111001111110011111110010010111100010011111101010110 | 98c83f3f3f92f13f56 |
EUC-JP | 佇???提?V | 110100001100101000111111001111110011111111000100111100110011111101010110 | d0ca3f3f3fc4f33f56 |
UTF-8 | 佇쇤렕렜提렡V | 11100100101111011000011111101100100001111010010011101011101000001001010111101011101000001001110011100110100011111001000011101011101000001010000101010110 | e4bd87ec87a4eba095eba09ce68f90eba0a156 |
UHC | 佇쇤렕렜提렡V | 11101110101101111011110011101001100011101010101010001110101011101111000010101011100011101011001001010110 | eeb7bce98eaa8eaef0ab8eb256 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)