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^ | 1001011101001111111000011011111001000100100101110100111111100001101111100100010001011110 | 974fe1be44974fe1be445e |
EUC-JP | 涌眄D涌眄D^ | 1100110110110000111000101100000001000100110011011011000011100010110000000100010001011110 | cdb0e2c044cdb0e2c0445e |
UTF-8 | 涌眄D涌眄D^ | 111001101011011010001100111001111001110010000100010001001110011010110110100011001110011110011100100001000100010001011110 | e6b68ce79c8444e6b68ce79c84445e |
UHC | 涌眄D涌眄D^ | 1110100110111111110110001111100001000100111010011011111111011000111110000100010001011110 | e9bfd8f844e9bfd8f8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)