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 | íûÃÈ\ | 1110110111111011110000111100100001011100 | edfbc3c85c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | íûÃÈ\ | 10001111101010111011111110001111101010111110010110001111101010101010101010001111101010101011001001011100 | 8fabbf8fabe58faaaa8faab25c |
UTF-8 | íûÃÈ\ | 110000111010110111000011101110111100001110000011110000111000100001011100 | c3adc3bbc383c3885c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)