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 | {èçé{ | 1001111101111011100111001000000111101000111001111110100101111011 | 9f7b9c81e8e7e97b |
SJIS-WIN | ?{?????{ | 0011111101111011001111110011111100111111001111110011111101111011 | 3f7b3f3f3f3f3f7b |
EUC-JP | ?{??èçé{ | 0011111101111011001111110011111110001111101010111011001010001111101010111010111010001111101010111011000101111011 | 3f7b3f3f8fabb28fabae8fabb17b |
UTF-8 | {èçé{ | 1100001010011111011110111100001010011100110000101000000111000011101010001100001110100111110000111010100101111011 | c29f7bc29cc281c3a8c3a7c3a97b |
UHC | ?{?????{ | 0011111101111011001111110011111100111111001111110011111101111011 | 3f7b3f3f3f3f3f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)