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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????吟? | 00111111001111110011111100111111100010111110000100111111 | 3f3f3f3f8be13f |
EUC-JP | ????吟? | 00111111001111110011111100111111101101101110001100111111 | 3f3f3f3fb6e33f |
UTF-8 | 履쾰렧렡吟렎 | 111011111010011110011111111011001011111010110000111010111010000010100111111010111010000010100001111001011001000010011111111010111010000010001110 | efa79fecbeb0eba0a7eba0a1e5909feba08e |
UHC | 履쾰렧렡吟렎 | 111011001010101011000100111010111000111010110110100011101011001011101011111000011000111010100100 | ecaac4eb8eb68eb2ebe18ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)