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 | 鬣緋ソ余 | 11101001101001011001010011101010101111111001011101011101 | e9a594eabf975d |
EUC-JP | 鬣緋ソ余 | 1111001010100111110010001110110010001110101111111100110110111110 | f2a7c8ec8ebfcdbe |
UTF-8 | 鬣緋ソ余 | 111010011010110010100011111001111011011110001011111011111011110110111111111001001011110110011001 | e9aca3e7b78befbdbfe4bd99 |
UHC | ?緋?余 | 001111111101110111111100001111111110010111111001 | 3fddfc3fe5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)