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 | í³Bí³MnB | 11101101100110001011001101000010111011011001100010110011010011010110111001000010 | ed98b342ed98b34d6e42 |
SJIS-WIN | ???B???MnB | 00111111001111110011111101000010001111110011111100111111010011010110111001000010 | 3f3f3f423f3f3f4d6e42 |
EUC-JP | í??Bí??MnB | 1000111110101011101111110011111100111111010000101000111110101011101111110011111100111111010011010110111001000010 | 8fabbf3f3f428fabbf3f3f4d6e42 |
UTF-8 | í³Bí³MnB | 11000011101011011100001010011000110000101011001101000010110000111010110111000010100110001100001010110011010011010110111001000010 | c3adc298c2b342c3adc298c2b34d6e42 |
UHC | ??³B??³MnB | 001111110011111110101001111110000100001000111111001111111010100111111000010011010110111001000010 | 3f3fa9f8423f3fa9f84d6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)