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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 迸輝 | 11100111100111101000101101010000 | e79e8b50 |
EUC-JP | 迸輝 | 11101101111111101011010110110001 | edfeb5b1 |
UTF-8 | 迸輝 | 111010001011111110111000111010001011110010011101 | e8bfb8e8bc9d |
UHC | ?輝 | 001111111111110111001010 | 3ffdca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)