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 | 吏싳쮰涅듭쭦 | 111011111010011110011110111011001000101110110011111011001010111010110000111001101011011010000101111010111001001110101101111011001010110110100110 | efa79eec8bb3ecaeb0e6b685eb93adecada6 |
UHC | 吏싳쮰涅듭쭦 | 111011001010011110011010111011001010100010001101111001101110111010110101111011001010011110011010 | eca79aeca88de6eeb5eca79a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)