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^ | 111000100101011000111111010001001110001001010110001111110100010001011110 | e2563f44e2563f445e |
EUC-JP | 齋?D齋?D^ | 111000111011011100111111010001001110001110110111001111110100010001011110 | e3b73f44e3b73f445e |
UTF-8 | 齋롑D齋롑D^ | 111010011011110110001011111010111010000110010001010001001110100110111101100010111110101110100001100100010100010001011110 | e9bd8beba19144e9bd8beba191445e |
UHC | 齋롑D齋롑D^ | 1110111010110001101101111100110001000100111011101011000110110111110011000100010001011110 | eeb1b7cc44eeb1b7cc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)