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 | 恂帥惺恂 | 1001110010010110100100001000001110011100101101111001110010010110 | 9c9690839cb79c96 |
EUC-JP | 恂帥惺恂 | 1101011111110110101111111110001111011000101110011101011111110110 | d7f6bfe3d8b9d7f6 |
UTF-8 | 恂帥惺恂 | 111001101000000110000010111001011011100010100101111001101000001110111010111001101000000110000010 | e68182e5b8a5e683bae68182 |
UHC | 恂帥惺恂 | 1110001011100001111000011111110111100000111101101110001011100001 | e2e1e1fde0f6e2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)