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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋穂サ吝 | 11101000111110011001010111100100101110111001100111100101 | e8f995e4bb99e5 |
EUC-JP | 顋穂サ吝 | 1111000011111011110010101110011010001110101110111101001011100111 | f0fbcae68ebbd2e7 |
UTF-8 | 顋穂サ吝 | 111010011010000110001011111001111010100110000010111011111011110110111011111001011001000010011101 | e9a18be7a982efbdbbe5909d |
UHC | ???吝 | 0011111100111111001111111101011111110000 | 3f3f3fd7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)