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 | 沮】}沮】{^ | 1001111110011100100000010111101001111101100111111001110010000001011110100111101101011110 | 9f9c817a7d9f9c817a7b5e |
EUC-JP | 沮】}沮】{^ | 1101110111111100101000011101101101111101110111011111110010100001110110110111101101011110 | ddfca1db7dddfca1db7b5e |
UTF-8 | 沮】}沮】{^ | 111001101011001010101110111000111000000010010001011111011110011010110010101011101110001110000000100100010111101101011110 | e6b2aee380917de6b2aee380917b5e |
UHC | 沮】}沮】{^ | 1110111011000001101000011011110101111101111011101100000110100001101111010111101101011110 | eec1a1bd7deec1a1bd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)