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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 騾包スッ闔ィ | 111010011000000010010101111011111011110110101111111010001000111010101000 | e98095efbdafe88ea8 |
EUC-JP | 騾包スッ闔ィ | 111100011110000011001010111100011000111010111101100011101010111111101111111011101000111010101000 | f1e0caf18ebd8eafefee8ea8 |
UTF-8 | 騾包スッ闔ィ | 111010011010100010111110111001011000110010000101111011111011110110111101111011111011110110101111111010011001011110010100111011111011110110101000 | e9a8bee58c85efbdbdefbdafe99794efbda8 |
UHC | ?包??闔? | 0011111111111000110100000011111100111111111110011110111100111111 | 3ff8d03f3ff9ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)