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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苹誌酋膵 | 1110010010011001100011101000111110001111010101011110010001011000 | e4998e8f8f55e458 |
EUC-JP | 苹誌酋膵 | 1110011111111001101110111110111110111101101101101110011110111001 | e7f9bbefbdb6e7b9 |
UTF-8 | 苹誌酋膵 | 111010001000101110111001111010001010101010001100111010011000010110001011111010001000011010110101 | e88bb9e8aa8ce9858be886b5 |
UHC | ?誌酋膵 | 00111111111100101011110011110101110111001111010111111101 | 3ff2bcf5dcf5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)