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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 予??誼?^ | 1001011101011100001111110011111110001011011000100011111101011110 | 975c3f3f8b623f5e |
EUC-JP | 予??誼?^ | 1100110110111101001111110011111110110101110000110011111101011110 | cdbd3f3fb5c33f5e |
UTF-8 | 予쀫쉴誼첗^ | 11100100101110101000100011101100100000001010101111101100100010011011010011101000101010101011110011101100101100101001011101011110 | e4ba88ec80abec89b4e8aabcecb2975e |
UHC | 予쀫쉴誼첗^ | 1110010111111000100101111110101110111101101011111110101111111110101010110100010001011110 | e5f897ebbdafebfeab445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)