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 | 屍戈屍痲^ | 100011100111001010011100111101111000111001110010111000011000010001011110 | 8e729cf78e72e1845e |
EUC-JP | 屍戈屍痲^ | 101110111101001111011000111110011011101111010011111000011110010001011110 | bbd3d8f9bbd3e1e45e |
UTF-8 | 屍戈屍痲^ | 11100101101100011000110111100110100010001000100011100101101100011000110111100111100101111011001001011110 | e5b18de68888e5b18de797b25e |
UHC | 屍戈屍痲^ | 111000111011101111001101111111001110001110111011110110001010011001011110 | e3bbcdfce3bbd8a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)