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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 運蓑? | 1000100101011110100101101010101000111111 | 895e96aa3f |
EUC-JP | 運蓑? | 1011000110111111110011001010110000111111 | b1bfccac3f |
UTF-8 | 運蓑렗 | 111010011000000110001011111010001001001110010001111010111010000010010111 | e9818be89391eba097 |
UHC | 運蓑렗 | 111010101010000111011110111011101000111010101100 | eaa1deee8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)