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 | 壯ο? | 1001101011100001100000111100110100111111 | 9ae183cd3f |
EUC-JP | 壯ο? | 1101010011100011101001101100111100111111 | d4e3a6cf3f |
UTF-8 | 壯ο슨 | 1110010110100011101011111100111010111111111011001000101010101000 | e5a3afcebfec8aa8 |
UHC | 壯ο슨 | 111011011110000010100101111011111011110110111100 | ede0a5efbdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)