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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 荵シシシリ\ | 11100100101110011011110010111100101111001101100001011100 | e4b9bcbcbcd85c |
EUC-JP | 荵シシシリ\ | 1110100010111011100011101011110010001110101111001000111010111100100011101101100001011100 | e8bb8ebc8ebc8ebc8ed85c |
UTF-8 | 荵シシシリ\ | 11101000100011011011010111101111101111011011110011101111101111011011110011101111101111011011110011101111101111101001100001011100 | e88db5efbdbcefbdbcefbdbcefbe985c |
UHC | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)