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 | 蟇所貝蟇 | 1110010110101111100011111000101010001010010011001110010110101111 | e5af8f8a8a4ce5af |
EUC-JP | 蟇所貝蟇 | 1110101010110001101111011110101010110011101011011110101010110001 | eab1bdeab3adeab1 |
UTF-8 | 蟇所貝蟇 | 111010001001111110000111111001101000100110000000111010001011001010011101111010001001111110000111 | e89f87e68980e8b29de89f87 |
UHC | ?所貝? | 001111111110000110110110111110001010111100111111 | 3fe1b6f8af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)