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 | ±ÝÔ | 1000111010110001100011111101110111010100 | 8eb18fddd4 |
SJIS-WIN | ?±??? | 001111111000000101111101001111110011111100111111 | 3f817d3f3f3f |
EUC-JP | ?±?ÝÔ | 00111111101000011101111000111111100011111010101011110010100011111010101011010100 | 3fa1de3f8faaf28faad4 |
UTF-8 | ±ÝÔ | 11000010100011101100001010110001110000101000111111000011100111011100001110010100 | c28ec2b1c28fc39dc394 |
UHC | ?±??? | 001111111010000110111110001111110011111100111111 | 3fa1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)