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 | スー紹ィ | 1011110110110000100011111101000010101000 | bdb08fd0a8 |
EUC-JP | スー紹ィ | 1000111010111101100011101011000010111110110100101000111010101000 | 8ebd8eb0bed28ea8 |
UTF-8 | スー紹ィ | 111011111011110110111101111011111011110110110000111001111011010010111001111011111011110110101000 | efbdbdefbdb0e7b4b9efbda8 |
UHC | ??紹? | 0011111100111111111000011100100100111111 | 3f3fe1c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)