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 | ???帥 | 0011111100111111001111111001000010000011 | 3f3f3f9083 |
EUC-JP | ???帥 | 0011111100111111001111111011111111100011 | 3f3f3fbfe3 |
UTF-8 | 졈윗윙帥 | 111011001010000110001000111011001001110010010111111011001001110010011001111001011011100010100101 | eca188ec9c97ec9c99e5b8a5 |
UHC | 졈윗윙帥 | 1100000110110001110000001010110111000000101011101110000111111101 | c1b1c0adc0aee1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)