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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 姙??聾? | 10011011010010110011111100111111100110000101011100111111 | 9b4b3f3f98573f |
EUC-JP | 姙??聾? | 11010101101011000011111100111111110011111011100000111111 | d5ac3f3fcfb83f |
UTF-8 | 姙얩렭聾렡 | 111001011010011110011001111011001001011010101001111010111010000010101101111010001000000110111110111010111010000010100001 | e5a799ec96a9eba0ade881beeba0a1 |
UHC | 姙얩렭聾렡 | 11101100111101011011111011101101100011101011101011010110111011001000111010110010 | ecf5beed8ebad6ec8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)