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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 栲薹獻e^ | 1001111001111101111001010101011011100000110110010110010101011110 | 9e7de556e0d9655e |
EUC-JP | 栲薹獻e^ | 1101101111011110111010011011011111100000110110110110010101011110 | dbdee9b7e0db655e |
UTF-8 | 栲薹獻e^ | 1110011010100000101100101110100010010110101110011110011110001101101110110110010101011110 | e6a0b2e896b9e78dbb655e |
UHC | ??獻e^ | 001111110011111111111010110011000110010101011110 | 3f3ffacc655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)