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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 揖轗拈F | 10010111010010111110011101111101100111010101111101000110 | 974be77d9d5f46 |
EUC-JP | 揖轗拈F | 11001101101011001110110111011110110110011100000001000110 | cdacedded9c046 |
UTF-8 | 揖轗拈F | 11100110100011111001011011101000101111011001011111100110100010111000100001000110 | e68f96e8bd97e68b8846 |
UHC | 揖?拈F | 111010111110011100111111110100101011100101000110 | ebe73fd2b946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)