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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?低呪 | 0011111110010010111000011000111011110100 | 3f92e18ef4 |
EUC-JP | ?低呪 | 0011111111000100111000111011110011110110 | 3fc4e3bcf6 |
UTF-8 | 낳低呪 | 111010111000001010110011111001001011110110001110111001011001000110101010 | eb82b3e4bd8ee591aa |
UHC | 낳低呪 | 101100111011101011101110101110001111000110110001 | b3baeeb8f1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)