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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 롋렶롗렟렋렏^ | 11101011101000011000101111101011101000001011011011101011101000011001011111101011101000001001111111101011101000001000101111101011101000001000111101011110 | eba18beba0b6eba197eba09feba08beba08f5e |
UHC | 롋렶롗렟렋렏^ | 10001110110100011000111011000001100011101101101110001110101100001000111010100010100011101010010101011110 | 8ed18ec18edb8eb08ea28ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)