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 | 跛懃ゥ。 | 111001101110101010011100111001111010100110100001 | e6ea9ce7a9a1 |
EUC-JP | 跛懃ゥ。 | 1110110011101100110110001110100110001110101010011000111010100001 | ececd8e98ea98ea1 |
UTF-8 | 跛懃ゥ。 | 111010001011011110011011111001101000011110000011111011111011110110101001111011111011110110100001 | e8b79be68783efbda9efbda1 |
UHC | 跛懃?? | 111101111111010111010000110001000011111100111111 | f7f5d0c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)