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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辯滕棍寬セ | 111001111000011110011111111011001001111010011110111110101010101010111110 | e7879fec9e9efaaabe |
EUC-JP | 辯滕棍?セ | 111011011110011111011110111011101101101111111110001111111000111010111110 | ede7deeedbfe3f8ebe |
UTF-8 | 辯滕棍寬セ | 111010001011111010101111111001101011101110010101111001101010001110001101111001011010111110101100111011111011110110111110 | e8beafe6bb95e6a38de5afacefbdbe |
UHC | 辯?棍寬? | 1101110010101010001111111100110111100010110011101011000000111111 | dcaa3fcde2ceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)