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 | 遯倡ェ録 | 11100111101010101001100011100111101010101001100001011110 | e7aa98e7aa985e |
EUC-JP | 遯倡ェ録 | 1110111010101100110100001110100110001110101010101100111110111111 | eeacd0e98eaacfbf |
UTF-8 | 遯倡ェ録 | 111010011000000110101111111001011000000010100001111011111011110110101010111010011000110010110010 | e981afe580a1efbdaae98cb2 |
UHC | 遯倡?? | 110101001110111011110011110110110011111100111111 | d4eef3db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)