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 | 蕘゚ノ | 11100100111110111101111111001001 | e4fbdfc9 |
EUC-JP | 蕘゚ノ | 111010001111110110001110110111111000111011001001 | e8fd8edf8ec9 |
UTF-8 | 蕘゚ノ | 111010001001010110011000111011111011111010011111111011111011111010001001 | e89598efbe9fefbe89 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)