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 | ??異訥 | 001111110011111110001000110110011110011001100011 | 3f3f88d9e663 |
EUC-JP | ??異訥 | 001111110011111110110000110110111110101111000100 | 3f3fb0dbebc4 |
UTF-8 | 李렡異訥 | 111011111010011110100001111010111010000010100001111001111001010110110000111010001010100010100101 | efa7a1eba0a1e795b0e8a8a5 |
UHC | 李렡異訥 | 1110110010110000100011101011001011101100101101101101001011101101 | ecb08eb2ecb6d2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)