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^ | 111010001000110110110101010001001110100010001101101101010100010001011110 | e88db544e88db5445e |
EUC-JP | 闕オD闕オD^ | 1110111111101101100011101011010101000100111011111110110110001110101101010100010001011110 | efed8eb544efed8eb5445e |
UTF-8 | 闕オD闕オD^ | 111010011001011110010101111011111011110110110101010001001110100110010111100101011110111110111101101101010100010001011110 | e99795efbdb544e99795efbdb5445e |
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)