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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ツ暗咼^ | 110000101000100011000011100110100100010001011110 | c288c39a445e |
EUC-JP | ツ暗咼^ | 10001110110000101011000011000101110100111010010101011110 | 8ec2b0c5d3a55e |
UTF-8 | ツ暗咼^ | 11101111101111101000001011100110100110101001011111100101100100101011110001011110 | efbe82e69a97e592bc5e |
UHC | ?暗?^ | 0011111111100100110111100011111101011110 | 3fe4de3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)