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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???鞋? | 001111110011111100111111111010001101110000111111 | 3f3f3fe8dc3f |
EUC-JP | ???鞋焰 | 0011111100111111001111111111000011011110100011111100100111101111 | 3f3f3ff0de8fc9ef |
UTF-8 | 먕민뤸鞋焰 | 111010111010100010010101111010111010111110111100111010111010010010111000111010011001111010001011111001111000010010110000 | eba895ebafbceba4b8e99e8be784b0 |
UHC | 먕민뤸鞋焰 | 10111000110100101011100111001110100011111110011011111011101110011110011011111011 | b8d2b9ce8fe6fbb9e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)