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 | ??凡珥 | 001111110011111110010110011111011110000011100000 | 3f3f967de0e0 |
EUC-JP | ??凡珥 | 001111110011111111001011110111101110000011100010 | 3f3fcbdee0e2 |
UTF-8 | 藺잼凡珥 | 111011111010011110110000111011001001111010111100111001011000011110100001111001111000111110100101 | efa7b0ec9ebce587a1e78fa5 |
UHC | 藺잼凡珥 | 1110110011100001110000001110101111011011111011011110110010110100 | ece1c0ebdbedecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)