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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 逆??逆??^ | 100010110111010000111111001111111000101101110100001111110011111101011110 | 8b743f3f8b743f3f5e |
EUC-JP | 逆??逆??^ | 101101011101010100111111001111111011010111010101001111110011111101011110 | b5d53f3fb5d53f3f5e |
UTF-8 | 逆곲늉逆곲늉^ | 11101001100000001000011011101010101100111011001011101011100010101000100111101001100000001000011011101010101100111011001011101011100010101000100101011110 | e98086eab3b2eb8a89e98086eab3b2eb8a895e |
UHC | 逆곲늉逆곲늉^ | 11100110101111011000000111101001101101001011111111100110101111011000000111101001101101001011111101011110 | e6bd81e9b4bfe6bd81e9b4bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)