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 | 00111111111001000101001100111111111001000101001101000010 | 3fe4533fe45342 |
EUC-JP | ?膣?膣B | 00111111111001111011010000111111111001111011010001000010 | 3fe7b43fe7b442 |
UTF-8 | 쁠膣쁠膣B | 11101100100000011010000011101000100001101010001111101100100000011010000011101000100001101010001101000010 | ec81a0e886a3ec81a0e886a342 |
UHC | 쁠膣쁠膣B | 101110111101110011110010111100111011101111011100111100101111001101000010 | bbdcf2f3bbdcf2f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)