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 | 蔡アホ | 11100100111011111011000111001110 | e4efb1ce |
EUC-JP | 蔡アホ | 111010001111000110001110101100011000111011001110 | e8f18eb18ece |
UTF-8 | 蔡アホ | 111010001001010010100001111011111011110110110001111011111011111010001110 | e894a1efbdb1efbe8e |
UHC | 蔡?? | 11110011111110010011111100111111 | f3f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)