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 | 市??臆 | 100011100111001100111111001111111000100110110000 | 8e733f3f89b0 |
EUC-JP | 市??臆 | 101110111101010000111111001111111011001010110010 | bbd43f3fb2b2 |
UTF-8 | 市뒎갧臆 | 111001011011100010000010111010111001001010001110111010101011000010100111111010001000011110000110 | e5b882eb928eeab0a7e88786 |
UHC | 市뒎갧臆 | 1110001110111100100010101000101110000001010100101110010111100110 | e3bc8a8b8152e5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)