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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弱?榮? | 100011101110001100111111100111101100010000111111 | 8ee33f9ec43f |
EUC-JP | 弱?榮? | 101111001110010100111111110111001100011000111111 | bce53fdcc63f |
UTF-8 | 弱뢽榮냦 | 111001011011110010110001111010111010001010111101111001101010011010101110111010111000001110100110 | e5bcb1eba2bde6a6aeeb83a6 |
UHC | 弱뢽榮냦 | 1110010110110000100011110111101011100111101101001000011001110000 | e5b08f7ae7b48670 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)