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 | ?「?縷 | 0011111110100010001111111110001101111110 | 3fa23fe37e |
EUC-JP | ?「?縷 | 001111111000111010100010001111111110010111011111 | 3f8ea23fe5df |
UTF-8 | 䭵「䭵縷 | 111001001010110110110101111011111011110110100010111001001010110110110101111001111011100010110111 | e4adb5efbda2e4adb5e7b8b7 |
UHC | ???縷 | 0011111100111111001111111101011110101100 | 3f3f3fd7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)