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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 瀅式澵蒔\ | 111110110100111010001110101011101111101101001100100011101010101001011100 | fb4e8eaefb4c8eaa5c |
EUC-JP | 瀅式澵蒔\ | 1000111111001001101010111011110010110000100011111100100011111000101111001010110001011100 | 8fc9abbcb08fc8f8bcac5c |
UTF-8 | 瀅式澵蒔\ | 11100111100000001000010111100101101111001000111111100110101111101011010111101000100100101001010001011100 | e78085e5bc8fe6beb5e892945c |
UHC | 瀅式?蒔\ | 1111101110100100111000111101001000111111111000111100100001011100 | fba4e3d23fe3c85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)