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 | 顴拉}顴拉{^ | 1110100101000001100111010110011001111101111010010100000110011101011001100111101101011110 | e9419d667de9419d667b5e |
EUC-JP | 顴拉}顴拉{^ | 1111000110100010110110011100011101111101111100011010001011011001110001110111101101011110 | f1a2d9c77df1a2d9c77b5e |
UTF-8 | 顴拉}顴拉{^ | 111010011010000110110100111001101000101110001001011111011110100110100001101101001110011010001011100010010111101101011110 | e9a1b4e68b897de9a1b4e68b897b5e |
UHC | ?拉}?拉{^ | 001111111101010111000011011111010011111111010101110000110111101101011110 | 3fd5c37d3fd5c37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)