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 | 111001001011000011100100101101101110010010110111111000001100010001000010 | e4b0e4b6e4b7e0c442 |
EUC-JP | 莢荼莵狷B | 111010001011001011101000101110001110100010111001111000001100011001000010 | e8b2e8b8e8b9e0c642 |
UTF-8 | 莢荼莵狷B | 11101000100011101010001011101000100011011011110011101000100011101011010111100111100010111011011101000010 | e88ea2e88dbce88eb5e78bb742 |
UHC | 莢???B | 111110101111100000111111001111110011111101000010 | faf83f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)