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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弱??淹?? | 1000111011100011001111110011111110011111101110010011111100111111 | 8ee33f3f9fb93f3f |
EUC-JP | 弱??淹?? | 1011110011100101001111110011111111011110101110110011111100111111 | bce53f3fdebb3f3f |
UTF-8 | 弱븃나淹쒒쎁 | 111001011011110010110001111010111011100010000011111010111000001010011000111001101011011110111001111011001001001010010010111011001000111010000001 | e5bcb1ebb883eb8298e6b7b9ec9292ec8e81 |
UHC | 弱븃나淹쒒쎁 | 111001011011000010111010111010001011001110101010111001011111010010011100111010011001101110101011 | e5b0bae8b3aae5f49ce99bab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)