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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辰鱈賊巽卒 | 10010010010000111001001001001100100100011010111110010010010001101001000110110010 | 9243924c91af924691b2 |
EUC-JP | 辰鱈賊巽卒 | 11000011101001001100001110101101110000101011000111000011101001111100001010110100 | c3a4c3adc2b1c3a7c2b4 |
UTF-8 | 辰鱈賊巽卒 | 111010001011111010110000111010011011000110001000111010001011001110001010111001011011011110111101111001011000110110010010 | e8beb0e9b188e8b38ae5b7bde58d92 |
UHC | 辰?賊巽卒 | 111100101110001100111111111011101110010011100001110111101111000011101111 | f2e33feee4e1def0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)