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^ | 1110010010101011111000011100010101000100111001001010101111100001110001010100010001011110 | e4abe1c544e4abe1c5445e |
EUC-JP | 茘眷D茘眷D^ | 1110100010101101111000101100011101000100111010001010110111100010110001110100010001011110 | e8ade2c744e8ade2c7445e |
UTF-8 | 茘眷D茘眷D^ | 111010001000110010011000111001111001110010110111010001001110100010001100100110001110011110011100101101110100010001011110 | e88c98e79cb744e88c98e79cb7445e |
UHC | ?眷D?眷D^ | 001111111100111111101111010001000011111111001111111011110100010001011110 | 3fcfef443fcfef445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)