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 | 蔡ア繞サ | 111001001110111110110001111000111000010110111011 | e4efb1e385bb |
EUC-JP | 蔡ア繞サ | 1110100011110001100011101011000111100101111001011000111010111011 | e8f18eb1e5e58ebb |
UTF-8 | 蔡ア繞サ | 111010001001010010100001111011111011110110110001111001111011100110011110111011111011110110111011 | e894a1efbdb1e7b99eefbdbb |
UHC | 蔡?繞? | 111100111111100100111111111010011010010000111111 | f3f93fe9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)