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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 踉ズ踉ッE | 111001101111001010000011010110011110011011110010100000110110001001000101 | e6f28359e6f2836245 |
EUC-JP | 踉ズ踉ッE | 111011001111010010100101101110101110110011110100101001011100001101000101 | ecf4a5baecf4a5c345 |
UTF-8 | 踉ズ踉ッE | 11101000101110001000100111100011100000101011101011101000101110001000100111100011100000111000001101000101 | e8b889e382bae8b889e3838345 |
UHC | ?ズ?ッE | 00111111101010111011101000111111101010111100001101000101 | 3fabba3fabc345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)