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 | ?F???V?? | 0011111101000110001111110011111100111111010101100011111100111111 | 3f463f3f3f563f3f |
SJIS-WIN | ?F???V?? | 0011111101000110001111110011111100111111010101100011111100111111 | 3f463f3f3f563f3f |
EUC-JP | ?F???V?? | 0011111101000110001111110011111100111111010101100011111100111111 | 3f463f3f3f563f3f |
UTF-8 | 채F혙혡혡V혩짬 | 1110110010110001100001000100011011101101100110001001100111101101100110001010000111101101100110001010000101010110111011011001100010101001111011001010011110101100 | ecb18446ed9899ed98a1ed98a156ed98a9eca7ac |
UHC | 채F혙혡혡V혩짬 | 1100001110100100010001101100001010000100110000101000101011000010100010100101011011000010100100011100001010101011 | c3a446c284c28ac28a56c291c2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)