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 | 霈鴫イ螂 | 111010001011110010001110101100001111001010110110101100101110010110100101 | e8bc8eb0f2b6b2e5a5 |
EUC-JP | 霈鴫?イ螂 | 111100001011111010111100101100100011111110001110101100101110101010100111 | f0bebcb23f8eb2eaa7 |
UTF-8 | 霈鴫イ螂 | 111010011001110010001000111010011011010010101011111011101000011110101101111011111011110110110010111010001001111010000010 | e99c88e9b4abee87adefbdb2e89e82 |
UHC | ????螂 | 001111110011111100111111001111111101010111001100 | 3f3f3f3fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)