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 | ???訥 | 0011111100111111001111111110011001100011 | 3f3f3fe663 |
EUC-JP | ??饔訥 | 00111111001111111000111111101000111011111110101111000100 | 3f3f8fe8efebc4 |
UTF-8 | 李렡饔訥 | 111011111010011110100001111010111010000010100001111010011010010110010100111010001010100010100101 | efa7a1eba0a1e9a594e8a8a5 |
UHC | 李렡饔訥 | 1110110010110000100011101011001011101000101111011101001011101101 | ecb08eb2e8bdd2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)