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 | 堰??堰??^ | 100010011000000100111111001111111000100110000001001111110011111101011110 | 89813f3f89813f3f5e |
EUC-JP | 堰??堰??^ | 101100011110000100111111001111111011000111100001001111110011111101011110 | b1e13f3fb1e13f3f5e |
UTF-8 | 堰묐빝堰묐빘^ | 11100101101000001011000011101011101011001001000011101011101110011001110111100101101000001011000011101011101011001001000011101011101110011001100001011110 | e5a0b0ebac90ebb99de5a0b0ebac90ebb9985e |
UHC | 堰묐빝堰묐빘^ | 11100101111010001001000111101011100101011011101111100101111010001001000111101011100101011011100101011110 | e5e891eb95bbe5e891eb95b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)