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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 銓ャ貅ス顋「B | 11100111111100101010110011100110101110101011110111101000111110011010001001000010 | e7f2ace6babde8f9a242 |
EUC-JP | 銓ャ貅ス顋「B | 11101110111101001000111010101100111011001011110010001110101111011111000011111011100011101010001001000010 | eef48eacecbc8ebdf0fb8ea242 |
UTF-8 | 銓ャ貅ス顋「B | 11101001100010101001001111101111101111011010110011101000101100101000010111101111101111011011110111101001101000011000101111101111101111011010001001000010 | e98a93efbdace8b285efbdbde9a18befbda242 |
UHC | 銓?????B | 1110111110110000001111110011111100111111001111110011111101000010 | efb03f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)