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 | í»ö½x] | 111011011011101111110110101111010111100001011101 | edbbf6bd785d |
SJIS-WIN | ????x] | 001111110011111100111111001111110111100001011101 | 3f3f3f3f785d |
EUC-JP | í?ö?x] | 10001111101010111011111100111111100011111010101111010011001111110111100001011101 | 8fabbf3f8fabd33f785d |
UTF-8 | í»ö½x] | 11000011101011011100001010111011110000111011011011000010101111010111100001011101 | c3adc2bbc3b6c2bd785d |
UHC | ???½x] | 00111111001111110011111110101000111101100111100001011101 | 3f3f3fa8f6785d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)