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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?亂?冷 | 001111111001100010101010001111111001011111100010 | 3f98aa3f97e2 |
EUC-JP | ?亂?冷 | 001111111101000010101100001111111100111011100100 | 3fd0ac3fcee4 |
UTF-8 | 렺亂렺冷 | 111010111010000010111010111001001011101010000010111010111010000010111010111001011000011010110111 | eba0bae4ba82eba0bae586b7 |
UHC | 렺亂렺冷 | 1000111011000010110101011010111110001110110000101101010111010010 | 8ec2d5af8ec2d5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)