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 | 巐弥囗巐霊 | 11111010101101101001011011101101100110101001100011111010101101101001011111101100 | fab696ed9a98fab697ec |
EUC-JP | 巐弥囗巐霊 | 100011111011101111111001110011001110111111010011111110001000111110111011111110011100111011101110 | 8fbbf9ccefd3f88fbbf9ceee |
UTF-8 | 巐弥囗巐霊 | 111001011011011110010000111001011011110010100101111001011001101110010111111001011011011110010000111010011001110010001010 | e5b790e5bca5e59b97e5b790e99c8a |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)