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 | ???I^ | 0011111100111111001111110100100101011110 | 3f3f3f495e |
SJIS-WIN | 萬駈蒐I^ | 1110010011011101100010111110110110001111010011100100100101011110 | e4dd8bed8f4e495e |
EUC-JP | 萬駈蒐I^ | 1110100011011111101101101110111110111101101011110100100101011110 | e8dfb6efbdaf495e |
UTF-8 | 萬駈蒐I^ | 1110100010010000101011001110100110100111100010001110100010010010100100000100100101011110 | e890ace9a788e89290495e |
UHC | 萬?蒐I^ | 11011000101111110011111111100010101111010100100101011110 | d8bf3fe2bd495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)