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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 歔歔歔歔B | 100111110110000010011111011000001001111101100000100111110110000001000010 | 9f609f609f609f6042 |
EUC-JP | 歔歔歔歔B | 110111011100000111011101110000011101110111000001110111011100000101000010 | ddc1ddc1ddc1ddc142 |
UTF-8 | 歔歔歔歔B | 11100110101011011001010011100110101011011001010011100110101011011001010011100110101011011001010001000010 | e6ad94e6ad94e6ad94e6ad9442 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)