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 | 該⠸ | 111010001010100110110010111000101000010110111000 | e8a9b2e285b8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è©?â?¸ | 1000111110101011101100101000111110100010111011010011111110001111101010111010010000111111100011111010001010110001 | 8fabb28fa2ed3f8faba43f8fa2b1 |
UTF-8 | 該⠸ | 110000111010100011000010101010011100001010110010110000111010001011000010100001011100001010111000 | c3a8c2a9c2b2c3a2c285c2b8 |
UHC | ??²??¸ | 0011111100111111101010011111011100111111001111111010001010101100 | 3f3fa9f73f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)