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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阮ー謫「 | 111010001001011010110000111001101001001110100010 | e896b0e693a2 |
EUC-JP | 阮ー謫「 | 1110111111110110100011101011000011101011111100111000111010100010 | eff68eb0ebf38ea2 |
UTF-8 | 阮ー謫「 | 111010011001100010101110111011111011110110110000111010001010110010101011111011111011110110100010 | e998aeefbdb0e8acabefbda2 |
UHC | 阮?謫? | 111010001101011000111111111011101110001100111111 | e8d63feee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)