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 | ãú | 100100011000010110011011111000111001110011111010 | 91859be39cfa |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???ã?ú | 00111111001111110011111110001111101010111010101000111111100011111010101111100010 | 3f3f3f8fabaa3f8fabe2 |
UTF-8 | ãú | 110000101001000111000010100001011100001010011011110000111010001111000010100111001100001110111010 | c291c285c29bc3a3c29cc3ba |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)