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^ | 111010001000010110101011010001001110100010000101101010110100010001011110 | e885ab44e885ab445e |
EUC-JP | 閻ォD閻ォD^ | 1110111111100101100011101010101101000100111011111110010110001110101010110100010001011110 | efe58eab44efe58eab445e |
UTF-8 | 閻ォD閻ォD^ | 111010011001011010111011111011111011110110101011010001001110100110010110101110111110111110111101101010110100010001011110 | e996bbefbdab44e996bbefbdab445e |
UHC | 閻?D閻?D^ | 111001111010001000111111010001001110011110100010001111110100010001011110 | e7a23f44e7a23f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)