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 | ¾âٽŠ| 1011111011100010100011101101100110001110101111011000111011000101 | bee28ed98ebd8ec5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?â?Ù???Å | 0011111110001111101010111010010000111111100011111010101011100011001111110011111100111111100011111010101010101001 | 3f8faba43f8faae33f3f3f8faaa9 |
UTF-8 | ¾âٽŠ| 11000010101111101100001110100010110000101000111011000011100110011100001010001110110000101011110111000010100011101100001110000101 | c2bec3a2c28ec399c28ec2bdc28ec385 |
UHC | ¾????½?? | 10101000111110100011111100111111001111110011111110101000111101100011111100111111 | a8fa3f3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)