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 | 巐∝キス | 111110101011011010000001111001011011011110111101 | fab681e5b7bd |
EUC-JP | 巐∝キス | 100011111011101111111001101000101110011110001110101101111000111010111101 | 8fbbf9a2e78eb78ebd |
UTF-8 | 巐∝キス | 111001011011011110010000111000101000100010011101111011111011110110110111111011111011110110111101 | e5b790e2889defbdb7efbdbd |
UHC | ?∝?? | 0011111110100001111100000011111100111111 | 3fa1f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)