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 | 酊貶徙 | 111001111100001011100110110010001001110001101111 | e7c2e6c89c6f |
EUC-JP | 酊貶徙 | 111011101100010011101100110010101101011111010000 | eec4eccad7d0 |
UTF-8 | 酊貶徙 | 111010011000010110001010111010001011001010110110111001011011111010011001 | e9858ae8b2b6e5be99 |
UHC | 酊貶徙 | 111011111111100011111000101111111101111011010101 | eff8f8bfded5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)