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 | 鵄翅籟Ω | 1110100111110101111000111100000011100010110110111000001110110110 | e9f5e3c0e2db83b6 |
EUC-JP | 鵄翅籟Ω | 1111001011110111111001101100001011100100110111011010011010111000 | f2f7e6c2e4dda6b8 |
UTF-8 | 鵄翅籟Ω | 1110100110110101100001001110011110111111100001011110011110110001100111111100111010101001 | e9b584e7bf85e7b19fcea9 |
UHC | ?翅?Ω | 001111111110001111000111001111111010010111011000 | 3fe3c73fa5d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)