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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ?奧[}?奧[{^ | 0011111110011010111110100101101101111101001111111001101011111010010110110111101101011110 | 3f9afa5b7d3f9afa5b7b5e |
EUC-JP | ?奧[}?奧[{^ | 0011111111010100111111000101101101111101001111111101010011111100010110110111101101011110 | 3fd4fc5b7d3fd4fc5b7b5e |
UTF-8 | 쓨奧[}쓨奧[{^ | 1110110010010011101010001110010110100101101001110101101101111101111011001001001110101000111001011010010110100111010110110111101101011110 | ec93a8e5a5a75b7dec93a8e5a5a75b7b5e |
UHC | 쓨奧[}쓨奧[{^ | 10011101100010011110011111110011010110110111110110011101100010011110011111110011010110110111101101011110 | 9d89e7f35b7d9d89e7f35b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)