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 | 爵症マ荀社 | 100011101101110110001111110001111100111111100100101001001000111011010000 | 8edd8fc7cfe4a48ed0 |
EUC-JP | 爵症マ荀社 | 10111100110111111011111011001001100011101100111111101000101001101011110011010010 | bcdfbec98ecfe8a6bcd2 |
UTF-8 | 爵症マ荀社 | 111001111000100010110101111001111001011110000111111011111011111010001111111010001000110110000000111001111010010010111110 | e788b5e79787efbe8fe88d80e7a4be |
UHC | 爵症?荀社 | 111011011100100111110001111110000011111111100010111100001101111011100100 | edc9f1f83fe2f0dee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)