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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | シ瑁・ | 10111100111000001110111010100101 | bce0eea5 |
EUC-JP | シ瑁・ | 100011101011110011100000111100001000111010100101 | 8ebce0f08ea5 |
UTF-8 | シ瑁・ | 111011111011110110111100111001111001000110000001111011111011110110100101 | efbdbce79181efbda5 |
UHC | ?瑁? | 00111111110110011100000100111111 | 3fd9c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)