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 | é{Â{è | 1100001110101001011110111100001010011111011110111100001110101000 | c3a97bc29f7bc3a8 |
SJIS-WIN | ??{??{?¨ | 001111110011111101111011001111110011111101111011001111111000000101001110 | 3f3f7b3f3f7b3f814e |
EUC-JP | é{�{è | 1000111110101010101010101000111110100010111011010111101110001111101010101010010000111111011110111000111110101010101010101010000110101111 | 8faaaa8fa2ed7b8faaa43f7b8faaaaa1af |
UTF-8 | é{Â{è | 1100001110000011110000101010100101111011110000111000001011000010100111110111101111000011100000111100001010101000 | c383c2a97bc382c29f7bc383c2a8 |
UHC | ??{??{?¨ | 001111110011111101111011001111110011111101111011001111111010000110100111 | 3f3f7b3f3f7b3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)