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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 樗?淫肆廬^ | 10010010100101000011111110001000111110101110001111100110100111000100100101011110 | 92943f88fae3e69c495e |
EUC-JP | 樗?淫肆廬^ | 11000011111101000011111110110000111111001110011011101000110101111010101001011110 | c3f43fb0fce6e8d7aa5e |
UTF-8 | 樗렡淫肆廬^ | 11100110101010001001011111101011101000001010000111100110101101111010101111101000100000101000011011100101101110111010110001011110 | e6a897eba0a1e6b7abe88286e5bbac5e |
UHC | 樗렡淫肆廬^ | 1110111011000000100011101011001011101011111000101101111011101011110101011110011001011110 | eec08eb2ebe2deebd5e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)