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 | ???^F | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
SJIS-WIN | ツ暗ィ^F | 110000101000100011000011101010000101111001000110 | c288c3a85e46 |
EUC-JP | ツ暗ィ^F | 1000111011000010101100001100010110001110101010000101111001000110 | 8ec2b0c58ea85e46 |
UTF-8 | ツ暗ィ^F | 1110111110111110100000101110011010011010100101111110111110111101101010000101111001000110 | efbe82e69a97efbda85e46 |
UHC | ?暗?^F | 001111111110010011011110001111110101111001000110 | 3fe4de3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)