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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?レ???? | 00111111100000111000110000111111001111110011111100111111 | 3f838c3f3f3f3f |
EUC-JP | ?レ???? | 00111111101001011110110000111111001111110011111100111111 | 3fa5ec3f3f3f3f |
UTF-8 | 泥レ쭬淋묒껌 | 111011111010011110100011111000111000001110101100111011001010110110101100111011111010011110110101111010111010110010010010111010101011101110001100 | efa7a3e383acecadacefa7b5ebac92eabb8c |
UHC | 泥レ쭬淋묒껌 | 111011001011001010101011111011001010011110100000111011001111100010010001111011001011001010101101 | ecb2abeca7a0ecf891ecb2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)