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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 蜊定セー\ | 11100101100011011001001011101000101111101011000001011100 | e58d92e8beb05c |
EUC-JP | 蜊定セー\ | 111010011110110111000100111010101000111010111110100011101011000001011100 | e9edc4ea8ebe8eb05c |
UTF-8 | 蜊定セー\ | 11101000100111001000101011100101101011101001101011101111101111011011111011101111101111011011000001011100 | e89c8ae5ae9aefbdbeefbdb05c |
UHC | ?定??\ | 001111111110111111010010001111110011111101011100 | 3fefd23f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)