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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | 菹????B | 1000111111011000110000110011111100111111001111110011111101000010 | 8fd8c33f3f3f3f42 |
UTF-8 | 菹롅렳렢렾B | 11101000100011111011100111101011101000011000010111101011101000001011001111101011101000001010001011101011101000001011111001000010 | e88fb9eba185eba0b3eba0a2eba0be42 |
UHC | 菹롅렳렢렾B | 1110111011001001100011101100101110001110110000001000111010110011100011101100011001000010 | eec98ecb8ec08eb38ec642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)