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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 儲猫儲杳^ | 100101101101011110010100010011001001011011010111100111011110000001011110 | 96d7944c96d79de05e |
EUC-JP | 儲猫儲杳^ | 110011001101100111000111101011011100110011011001110110101110001001011110 | ccd9c7adccd9dae25e |
UTF-8 | 儲猫儲杳^ | 11100101100001001011001011100111100011001010101111100101100001001011001011100110100111011011001101011110 | e584b2e78cabe584b2e69db35e |
UHC | 儲猫儲杳^ | 111011101011100111011001110111101110111010111001110110011101110001011110 | eeb9d9deeeb9d9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)