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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邨剰騒繧 | 1110011110110101100011111110100010010001100110111110001110000010 | e7b58fe8919be382 |
EUC-JP | 邨剰騒繧 | 1110111010110111101111101110101011000001111110111110010111100010 | eeb7beeac1fbe5e2 |
UTF-8 | 邨剰騒繧 | 111010011000001010101000111001011000100110110000111010011010100010010010111001111011100110100111 | e982a8e589b0e9a892e7b9a7 |
UHC | 邨??? | 1111010110111110001111110011111100111111 | f5be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)