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 | 梧??竊? | 10001100111001100011111100111111111000101000011000111111 | 8ce63f3fe2863f |
EUC-JP | 梧??竊? | 10111000111010000011111100111111111000111110011000111111 | b8e83f3fe3e63f |
UTF-8 | 梧잌쨶竊귻 | 111001101010001010100111111011001001111010001100111011001010100010110110111001111010101110001010111010101011011110111011 | e6a2a7ec9e8ceca8b6e7ab8aeab7bb |
UHC | 梧잌쨶竊귻 | 11100111111111001001111111100101101001001001000011101111101111001000001101000010 | e7fc9fe5a490efbc8342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)