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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ン「ン「^ | 110111011010001011110110110111011101110110100010111101101101110101011110 | dda2f6dddda2f6dd5e |
EUC-JP | ン「?ン「?^ | 1000111011011101100011101010001000111111100011101101110110001110101000100011111101011110 | 8edd8ea23f8edd8ea23f5e |
UTF-8 | ン「ン「^ | 11101111101111101001110111101111101111011010001011101110100101001000010011101111101111101001110111101111101111011010001011101110100101001000010001011110 | efbe9defbda2ee9484efbe9defbda2ee94845e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)