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 | 弱??瓮 | 100011101110001100111111001111111110000101000100 | 8ee33f3fe144 |
EUC-JP | 弱??瓮 | 101111001110010100111111001111111110000110100101 | bce53f3fe1a5 |
UTF-8 | 弱뤸퀎瓮 | 111001011011110010110001111010111010010010111000111011011000000010001110111001111001001110101110 | e5bcb1eba4b8ed808ee793ae |
UHC | 弱뤸퀎瓮 | 1110010110110000100011111110011010110011100001001110100010110111 | e5b08fe6b384e8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)