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 | 踵也名顰 | 1110011011111001100101101110011110010110101111001110100011111100 | e6f996e796bce8fc |
EUC-JP | 踵也名顰 | 1110110011111011110011001110100111001100101111101111000011111110 | ecfbcce9ccbef0fe |
UTF-8 | 踵也名顰 | 111010001011100010110101111001001011100110011111111001011001000010001101111010011010000110110000 | e8b8b5e4b99fe5908de9a1b0 |
UHC | 踵也名? | 11110001101000101110010110100101110110011010001100111111 | f1a2e5a5d9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)