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 | 掌θ?? | 100011111011011010000011110001100011111100111111 | 8fb683c63f3f |
EUC-JP | 掌θ?? | 101111101011100010100110110010000011111100111111 | beb8a6c83f3f |
UTF-8 | 掌θ덱連 | 1110011010001110100011001100111010111000111010111000110110110001111011111010011010011010 | e68e8cceb8eb8db1efa69a |
UHC | 掌θ덱連 | 1110110111100110101001011110100010110101101001101110011011100110 | ede6a5e8b5a6e6e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)