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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狷フケB | 11110000101111011110000011000100110011001011100101000010 | f0bde0c4ccb942 |
EUC-JP | ?狷フケB | 0011111111100000110001101000111011001100100011101011100101000010 | 3fe0c68ecc8eb942 |
UTF-8 | 狷フケB | 11101110100000011011110011100111100010111011011111101111101111101000110011101111101111011011100101000010 | ee81bce78bb7efbe8cefbdb942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)