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 | ¼ÀÝÈ | 1011110011000000100011111101110111001000 | bcc08fddc8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?À?ÝÈ | 0011111110001111101010101010001000111111100011111010101011110010100011111010101010110010 | 3f8faaa23f8faaf28faab2 |
UTF-8 | ¼ÀÝÈ | 11000010101111001100001110000000110000101000111111000011100111011100001110001000 | c2bcc380c28fc39dc388 |
UHC | ¼???? | 101010001111100100111111001111110011111100111111 | a8f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)