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 | 貽゚ロ | 11100110110001001101111111011011 | e6c4dfdb |
EUC-JP | 貽゚ロ | 111011001100011010001110110111111000111011011011 | ecc68edf8edb |
UTF-8 | 貽゚ロ | 111010001011001010111101111011111011111010011111111011111011111010011011 | e8b2bdefbe9fefbe9b |
UHC | 貽?? | 11101100110000100011111100111111 | ecc23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)