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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隶瑚ス渙咫B | 11101000101011101000110011101000101111011001111111010000100110100100000001000010 | e8ae8ce8bd9fd09a4042 |
EUC-JP | 隶瑚ス渙咫B | 1111000010110000101110001110101010001110101111011101111011010010110100111010000101000010 | f0b0b8ea8ebdded2d3a142 |
UTF-8 | 隶瑚ス渙咫B | 11101001100110101011011011100111100100011001101011101111101111011011110111100110101110001001100111100101100100101010101101000010 | e99ab6e7919aefbdbde6b899e592ab42 |
UHC | ?瑚?渙咫B | 001111111111101111010001001111111111110010111001111100101010000101000010 | 3ffbd13ffcb9f2a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)