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 | ìå½ëù³^ | 111011001110010110001110101111011110101111111001100011101011001101011110 | ece58ebdebf98eb35e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ìå??ëù??^ | 1000111110101011110000001000111110101011101010010011111100111111100011111010101110110011100011111010101111100011001111110011111101011110 | 8fabc08faba93f3f8fabb38fabe33f3f5e |
UTF-8 | ìå½ëù³^ | 1100001110101100110000111010010111000010100011101100001010111101110000111010101111000011101110011100001010001110110000101011001101011110 | c3acc3a5c28ec2bdc3abc3b9c28ec2b35e |
UHC | ???½???³^ | 0011111100111111001111111010100011110110001111110011111100111111101010011111100001011110 | 3f3f3fa8f63f3f3fa9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)