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 | 爭?憶?適 | 1110000010100101001111111000100110101111001111111001001101001011 | e0a53f89af3f934b |
EUC-JP | 爭?憶?適 | 1110000010100111001111111011001010110001001111111100010110101100 | e0a73fb2b13fc5ac |
UTF-8 | 爭렗憶렖適 | 111001111000100010101101111010111010000010010111111001101000011010110110111010111010000010010110111010011000000110101001 | e788adeba097e686b6eba096e981a9 |
UHC | 爭렗憶렖適 | 11101110101100111000111010101100111001011110001110001110101010111110111011101010 | eeb38eace5e38eabeeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)