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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鳶??唯?? | 1001001111001110001111110011111110010111010000100011111100111111 | 93ce3f3f97423f3f |
EUC-JP | 鳶??唯?? | 1100011011010000001111110011111111001101101000110011111100111111 | c6d03f3fcda33f3f |
UTF-8 | 鳶롫끝唯붼쪙 | 111010011011001110110110111010111010000110101011111010111000000110011101111001011001010010101111111010111011011010111100111011001010101010011001 | e9b3b6eba1abeb819de594afebb6bcecaa99 |
UHC | 鳶롫끝唯붼쪙 | 111001101110100110001110111010111011001110100001111010101110011010010100111010011010010110010010 | e6e98eebb3a1eae694e9a592 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)