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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 茆e桶{d | 1110010010011011100000101000010110001001101100010111101101100100 | e49b828589b17b64 |
EUC-JP | 茆e桶{d | 1110011111111011101000111110010110110010101100110111101101100100 | e7fba3e5b2b37b64 |
UTF-8 | 茆e桶{d | 1110100010001100100001101110111110111101100001011110011010100001101101100111101101100100 | e88c86efbd85e6a1b67b64 |
UHC | ?e桶{d | 00111111101000111110010111110111110100100111101101100100 | 3fa3e5f7d27b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)