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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 夷?}夷?{^ | 100010001100111000111111011111011000100011001110001111110111101101011110 | 88ce3f7d88ce3f7b5e |
EUC-JP | 夷?}夷?{^ | 101100001101000000111111011111011011000011010000001111110111101101011110 | b0d03f7db0d03f7b5e |
UTF-8 | 夷뎝}夷뎝{^ | 111001011010010010110111111010111000111010011101011111011110010110100100101101111110101110001110100111010111101101011110 | e5a4b7eb8e9d7de5a4b7eb8e9d7b5e |
UHC | 夷뎝}夷뎝{^ | 1110110010101000100010010110111001111101111011001010100010001001011011100111101101011110 | eca8896e7deca8896e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)