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 | ヌオ韵 | 111100001110000111000111101101011110100011101111 | f0e1c7b5e8ef |
EUC-JP | ?ヌオ韵 | 00111111100011101100011110001110101101011111000011110001 | 3f8ec78eb5f0f1 |
UTF-8 | ヌオ韵 | 111011101000001010100000111011111011111010000111111011111011110110110101111010011001111110110101 | ee82a0efbe87efbdb5e99fb5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)