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 | 辷セ驕∝サ | 1110011110001000101111101110100110000001100000011110010110111011 | e788bee98181e5bb |
EUC-JP | 辷セ驕∝サ | 11101101111010001000111010111110111100011110000110100010111001111000111010111011 | ede88ebef1e1a2e78ebb |
UTF-8 | 辷セ驕∝サ | 111010001011111010110111111011111011110110111110111010011010100110010101111000101000100010011101111011111011110110111011 | e8beb7efbdbee9a995e2889defbdbb |
UHC | ??驕∝? | 00111111001111111100111011110110101000011111000000111111 | 3f3fcef6a1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)