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 | 聨所魁襞 | 1110001111011101100011111000101010001010010000001110010111111100 | e3dd8f8a8a40e5fc |
EUC-JP | 聨所魁襞 | 1110011011011111101111011110101010110011101000011110101011111110 | e6dfbdeab3a1eafe |
UTF-8 | 聨所魁襞 | 111010001000000110101000111001101000100110000000111010011010110110000001111010001010010110011110 | e881a8e68980e9ad81e8a59e |
UHC | ?所魁? | 001111111110000110110110110011101101101000111111 | 3fe1b6ceda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)