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 | 鱧テ・鱧テ・^ | 111010011110010111000011101001011110100111100101110000111010010101011110 | e9e5c3a5e9e5c3a55e |
EUC-JP | 鱧テ・鱧テ・^ | 11110010111001111000111011000011100011101010010111110010111001111000111011000011100011101010010101011110 | f2e78ec38ea5f2e78ec38ea55e |
UTF-8 | 鱧テ・鱧テ・^ | 11101001101100011010011111101111101111101000001111101111101111011010010111101001101100011010011111101111101111101000001111101111101111011010010101011110 | e9b1a7efbe83efbda5e9b1a7efbe83efbda55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)