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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
UTF-8 | 㵉풪D㵉풪D^ | 111000111011010110001001111011011001001010101010010001001110001110110101100010011110110110010010101010100100010001011110 | e3b589ed92aa44e3b589ed92aa445e |
UHC | ?풪D?풪D^ | 001111111011111101001100010001000011111110111111010011000100010001011110 | 3fbf4c443fbf4c445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)