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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 蔡[蔡[^ | 11100100111011110101101111100100111011110101101101011110 | e4ef5be4ef5b5e |
EUC-JP | 蔡[蔡[^ | 11101000111100010101101111101000111100010101101101011110 | e8f15be8f15b5e |
UTF-8 | 蔡[蔡[^ | 111010001001010010100001010110111110100010010100101000010101101101011110 | e894a15be894a15b5e |
UHC | 蔡[蔡[^ | 11110011111110010101101111110011111110010101101101011110 | f3f95bf3f95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)