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 | 瓔旋楔萃 | 1110000011111011100100001111100110011110101101101110010011000010 | e0fb90f99eb6e4c2 |
EUC-JP | 瓔旋楔萃 | 1110000011111101110000001111101111011100101110001110100011000100 | e0fdc0fbdcb8e8c4 |
UTF-8 | 瓔旋楔萃 | 111001111001001110010100111001101001011110001011111001101010010110010100111010001001000010000011 | e79394e6978be6a594e89083 |
UHC | 瓔旋楔萃 | 1110011111000010111000001100000111100000110110111111010111111110 | e7c2e0c1e0dbf5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)