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 | 適?翁?弔 | 1001001101001011001111111000100110100101001111111001001010100010 | 934b3f89a53f92a2 |
EUC-JP | 適?翁?弔 | 1100010110101100001111111011001010100111001111111100010010100100 | c5ac3fb2a73fc4a4 |
UTF-8 | 適렖翁렮弔 | 111010011000000110101001111010111010000010010110111001111011111110000001111010111010000010101110111001011011110010010100 | e981a9eba096e7bf81eba0aee5bc94 |
UHC | 適렖翁렮弔 | 11101110111010101000111010101011111010001011101010001110101110111111000011000000 | eeea8eabe8ba8ebbf0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)