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 | 10010000101110110011111110010010111110010011111111100010111111000011111101000010 | 90bb3f92f93fe2fc3f42 |
EUC-JP | 製?訂?紆?B | 11000000101111010011111111000100111110110011111111100100111111100011111101000010 | c0bd3fc4fb3fe4fe3f42 |
UTF-8 | 製렩訂렦紆렣B | 11101000101000111011110111101011101000001010100111101000101010001000001011101011101000001010011011100111101101001000011011101011101000001010001101000010 | e8a3bdeba0a9e8a882eba0a6e7b486eba0a342 |
UHC | 製렩訂렦紆렣B | 11110000101100101000111010110111111011111111010010001110101101011110100111100001100011101011010001000010 | f0b28eb7eff48eb5e9e18eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)