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 | ??????NV | 0011111100111111001111110011111100111111001111110100111001010110 | 3f3f3f3f3f3f4e56 |
SJIS-WIN | 恁???ъ?NV | 10011100100011000011111100111111001111111000010010001100001111110100111001010110 | 9c8c3f3f3f848c3f4e56 |
EUC-JP | 恁???ъ?NV | 11010111111011000011111100111111001111111010011111101100001111110100111001010110 | d7ec3f3f3fa7ec3f4e56 |
UTF-8 | 恁㏉쉵泥ъ껌NV | 11100110100000011000000111100011100011111000100111101100100010011011010111101111101001111010001111010001100010101110101010111011100011000100111001010110 | e68181e38f89ec89b5efa7a3d18aeabb8c4e56 |
UHC | 恁㏉쉵泥ъ껌NV | 1110110011110110101001111110110110011010100010111110110010110010101011001110110010110010101011010100111001010110 | ecf6a7ed9a8becb2acecb2ad4e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)