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^ | 111010001000110110111100010001001110100010001101101111000100010001011110 | e88dbc44e88dbc445e |
EUC-JP | 闕シD闕シD^ | 1110111111101101100011101011110001000100111011111110110110001110101111000100010001011110 | efed8ebc44efed8ebc445e |
UTF-8 | 闕シD闕シD^ | 111010011001011110010101111011111011110110111100010001001110100110010111100101011110111110111101101111000100010001011110 | e99795efbdbc44e99795efbdbc445e |
UHC | 闕?D闕?D^ | 110011111111010000111111010001001100111111110100001111110100010001011110 | cff43f44cff43f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)