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 | ã\ | 11000011101000110101110011000010100001001100001010000101 | c3a35cc284c285 |
SJIS-WIN | ?£\???? | 0011111110000001100100100101110000111111001111110011111100111111 | 3f81925c3f3f3f3f |
EUC-JP | ã\�� | 1000111110101010101010101010000111110010010111001000111110101010101001000011111110001111101010101010010000111111 | 8faaaaa1f25c8faaa43f8faaa43f |
UTF-8 | ã\ | 11000011100000111100001010100011010111001100001110000010110000101000010011000011100000101100001010000101 | c383c2a35cc382c284c382c285 |
UHC | ??\???? | 00111111001111110101110000111111001111110011111100111111 | 3f3f5c3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)