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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驕狗エ霊サィ | 111010011000000110001011111001111011010010010111111011001011101110101000 | e9818be7b497ecbba8 |
EUC-JP | 驕狗エ霊サィ | 111100011110000110110110111010011000111010110100110011101110111010001110101110111000111010101000 | f1e1b6e98eb4ceee8ebb8ea8 |
UTF-8 | 驕狗エ霊サィ | 111010011010100110010101111001111000101110010111111011111011110110110100111010011001110010001010111011111011110110111011111011111011110110101000 | e9a995e78b97efbdb4e99c8aefbdbbefbda8 |
UHC | 驕狗???? | 1100111011110110110011111011011100111111001111110011111100111111 | cef6cfb73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)