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 | ???涅?? | 00111111001111110011111110011111101110000011111100111111 | 3f3f3f9fb83f3f |
EUC-JP | ???涅?? | 00111111001111110011111111011110101110100011111100111111 | 3f3f3fdeba3f3f |
UTF-8 | 梨꾩쮰涅듭콈 | 111011111010011110100010111010101011111010101001111011001010111010110000111001101011011010000101111010111001001110101101111011001011110110001000 | efa7a2eabea9ecaeb0e6b685eb93adecbd88 |
UHC | 梨꾩쮰涅듭콈 | 111011001011000110000100111011001010100010001101111001101110111010110101111011001011000110000100 | ecb184eca88de6eeb5ecb184 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)