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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 聨主ぞ\ | 11100011110111011000111011100101100000101011110001011100 | e3dd8ee582bc5c |
EUC-JP | 聨主ぞ\ | 11100110110111111011110011100111101001001011111001011100 | e6dfbce7a4be5c |
UTF-8 | 聨主ぞ\ | 11101000100000011010100011100100101110001011101111100011100000011001111001011100 | e881a8e4b8bbe3819e5c |
UHC | ?主ぞ\ | 001111111111000110101011101010101011111001011100 | 3ff1abaabe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)