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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | ?艶P | 00111111100010011001000001010000 | 3f899050 |
EUC-JP | ?艶P | 00111111101100011111000001010000 | 3fb1f050 |
UTF-8 | 쒔艶P | 11101100100100101001010011101000100010011011011001010000 | ec9294e889b650 |
UHC | 쒔艶P | 1011111010101101111001101111110101010000 | beade6fd50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)