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 | 雕歇}雕歇{^ | 1110100010111000100111110101101101111101111010001011100010011111010110110111101101011110 | e8b89f5b7de8b89f5b7b5e |
EUC-JP | 雕歇}雕歇{^ | 1111000010111010110111011011110001111101111100001011101011011101101111000111101101011110 | f0baddbc7df0baddbc7b5e |
UTF-8 | 雕歇}雕歇{^ | 111010011001101110010101111001101010110110000111011111011110100110011011100101011110011010101101100001110111101101011110 | e99b95e6ad877de99b95e6ad877b5e |
UHC | 雕歇}雕歇{^ | 1111000011100111111110101100111001111101111100001110011111111010110011100111101101011110 | f0e7face7df0e7face7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)