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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 遭?挽B | 100100011001100000111111100101001101001001000010 | 91983f94d242 |
EUC-JP | 遭?挽B | 110000011111100000111111110010001101010001000010 | c1f83fc8d442 |
UTF-8 | 遭쾌挽B | 11101001100000011010110111101100101111101000110011100110100011001011110101000010 | e981adecbe8ce68cbd42 |
UHC | 遭쾌挽B | 11110000111001001100010011101000110110001011100001000010 | f0e4c4e8d8b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)