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 | ?悉 | 001111111000111010111011 | 3f8ebb |
EUC-JP | ?悉 | 001111111011110010111101 | 3fbcbd |
UTF-8 | 잙悉 | 111011001001111010011001111001101000001010001001 | ec9e99e68289 |
UHC | 잙悉 | 10011111111010111110001111111010 | 9febe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)