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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隰ィ驥朱匱 | 111010001010110010101000111010011000011110001110111010011001100110111010 | e8aca8e9878ee999ba |
EUC-JP | 隰ィ驥朱匱 | 11110000101011101000111010101000111100011110011110111100111010111101001010111100 | f0ae8ea8f1e7bcebd2bc |
UTF-8 | 隰ィ驥朱匱 | 111010011001101010110000111011111011110110101000111010011010100110100101111001101001110010110001111001011000110010110001 | e99ab0efbda8e9a9a5e69cb1e58cb1 |
UHC | ??驥朱? | 00111111001111111101000111001010111100011011100100111111 | 3f3fd1caf1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)