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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 源?紆?垣?B | 10001100101110010011111111100010111111000011111110001010010111110011111101000010 | 8cb93fe2fc3f8a5f3f42 |
EUC-JP | 源?紆?垣?B | 10111000101110110011111111100100111111100011111110110011110000000011111101000010 | b8bb3fe4fe3fb3c03f42 |
UTF-8 | 源렰紆렣垣렖B | 11100110101110101001000011101011101000001011000011100111101101001000011011101011101000001010001111100101100111101010001111101011101000001001011001000010 | e6ba90eba0b0e7b486eba0a3e59ea3eba09642 |
UHC | 源렰紆렣垣렖B | 11101010101110011000111010111101111010011110000110001110101101001110101010101111100011101010101101000010 | eab98ebde9e18eb4eaaf8eab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)