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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ?述こG | 001111111000111101110001100000101011000101000111 | 3f8f7182b147 |
EUC-JP | ?述こG | 001111111011110111010010101001001011001101000111 | 3fbdd2a4b347 |
UTF-8 | 얇述こG | 11101100100101101000011111101000101111111011000011100011100000011001001101000111 | ec9687e8bfb0e3819347 |
UHC | 얇述こG | 10111110111000111110001011111011101010101011001101000111 | bee3e2fbaab347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)