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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鴦????B | 11101001111100010011111100111111001111110011111101000010 | e9f13f3f3f3f42 |
EUC-JP | 鴦????B | 11110010111100110011111100111111001111110011111101000010 | f2f33f3f3f3f42 |
UTF-8 | 鴦볛뫒行쩈B | 11101001101101001010011011101011101100111001101111101011101010111001001011101111101010001000100011101100101010011000100001000010 | e9b4a6ebb39bebab92efa888eca98842 |
UHC | 鴦볛뫒行쩈B | 1110010011101100100100111110001010010001101101001111101010100001101001010100001001000010 | e4ec93e291b4faa1a54242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)