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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?飯?飯B | 00111111100101001101000100111111100101001101000101000010 | 3f94d13f94d142 |
EUC-JP | ?飯?飯B | 00111111110010001101001100111111110010001101001101000010 | 3fc8d33fc8d342 |
UTF-8 | 먕飯먕飯B | 11101011101010001001010111101001101000111010111111101011101010001001010111101001101000111010111101000010 | eba895e9a3afeba895e9a3af42 |
UHC | 먕飯먕飯B | 101110001101001011011010111110011011100011010010110110101111100101000010 | b8d2daf9b8d2daf942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)