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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍ェ鬢捺オ | 1110100010110111101010101110100110100100100100111110011010110101 | e8b7aae9a493e6b5 |
EUC-JP | 霍ェ鬢捺オ | 11110000101110011000111010101010111100101010011011000110111010001000111010110101 | f0b98eaaf2a6c6e88eb5 |
UTF-8 | 霍ェ鬢捺オ | 111010011001110010001101111011111011110110101010111010011010110010100010111001101000110110111010111011111011110110110101 | e99c8defbdaae9aca2e68dbaefbdb5 |
UHC | ???捺? | 001111110011111100111111110100011111010000111111 | 3f3f3fd1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)