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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ∵?壕踪 | 10000001111001100011111110001101100010001110011101001000 | 81e63f8d88e748 |
EUC-JP | ∵?壕踪 | 10100010111010000011111110111001111010001110110110101001 | a2e83fb9e8eda9 |
UTF-8 | ∵룫壕踪 | 111000101000100010110101111010111010001110101011111001011010001110010101111010001011100010101010 | e288b5eba3abe5a395e8b8aa |
UHC | ∵룫壕踪 | 1010000111110001100011111010001011111011101111011111000110100001 | a1f18fa2fbbdf1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)