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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 沚遯脉 | 100111111000110111100111101010101110001111110101 | 9f8de7aae3f5 |
EUC-JP | 沚遯脉 | 110111011110110111101110101011001110011011110111 | ddedeeace6f7 |
UTF-8 | 沚遯脉 | 111001101011001010011010111010011000000110101111111010001000010010001001 | e6b29ae981afe88489 |
UHC | 沚遯? | 1111001010101111110101001110111000111111 | f2afd4ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)