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 | ¸¸ý³ | 100011111011100010111000111111011000111110110011 | 8fb8b8fd8fb3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?¸¸ý?? | 001111111000111110100010101100011000111110100010101100011000111110101011111100100011111100111111 | 3f8fa2b18fa2b18fabf23f3f |
UTF-8 | ¸¸ý³ | 110000101000111111000010101110001100001010111000110000111011110111000010100011111100001010110011 | c28fc2b8c2b8c3bdc28fc2b3 |
UHC | ?¸¸??³ | 001111111010001010101100101000101010110000111111001111111010100111111000 | 3fa2aca2ac3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)