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^ | 1110100111110011111001110101001101000100111010011111001111100111010100110100010001011110 | e9f3e75344e9f3e753445e |
EUC-JP | 鴣躊D鴣躊D^ | 1111001011110101111011011011010001000100111100101111010111101101101101000100010001011110 | f2f5edb444f2f5edb4445e |
UTF-8 | 鴣躊D鴣躊D^ | 111010011011010010100011111010001011101010001010010001001110100110110100101000111110100010111010100010100100010001011110 | e9b4a3e8ba8a44e9b4a3e8ba8a445e |
UHC | ?躊D?躊D^ | 001111111111000111001100010001000011111111110001110011000100010001011110 | 3ff1cc443ff1cc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)