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 | 00111111001111111101011101000110 | 3f3fd746 |
SJIS-WIN | ?箝×F | 001111111110001010101101100000010111111001000110 | 3fe2ad817e46 |
EUC-JP | ?箝×F | 001111111110010010101111101000011101111101000110 | 3fe4afa1df46 |
UTF-8 | 렺箝×F | 111010111010000010111010111001111010111010011101110000111001011101000110 | eba0bae7ae9dc39746 |
UHC | 렺箝×F | 10001110110000101100110011000100101000011011111101000110 | 8ec2ccc4a1bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)