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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 予????] | 10010111010111000011111100111111001111110011111101011101 | 975c3f3f3f3f5d |
EUC-JP | 予????] | 11001101101111010011111100111111001111110011111101011101 | cdbd3f3f3f3f5d |
UTF-8 | 予쀬옃利칀] | 11100100101110101000100011101100100000001010110011101100100110001000001111101111101001111001110111101100101110011000000001011101 | e4ba88ec80acec9883efa79decb9805d |
UHC | 予쀬옃利칀] | 1110010111111000100101111110110010011110100011111110110010100110101011110101000101011101 | e5f897ec9e8feca6af515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)