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 | 0011111110001111100000000011111101000010 | 3f8f803f42 |
EUC-JP | ?準?B | 0011111110111101111000000011111101000010 | 3fbde03f42 |
UTF-8 | 쾅準폄B | 11101100101111101000010111100110101110101001011011101101100011111000010001000010 | ecbe85e6ba96ed8f8442 |
UHC | 쾅準폄B | 11000100111001111111000111011110110001101110111101000010 | c4e7f1dec6ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)