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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 膓∝侠^ | 11100100010101011000000111100101100010111010000001011110 | e45581e58ba05e |
EUC-JP | 膓∝侠^ | 11100111101101101010001011100111101101101010001001011110 | e7b6a2e7b6a25e |
UTF-8 | 膓∝侠^ | 11101000100001101001001111100010100010001001110111100100101111101010000001011110 | e88693e2889de4bea05e |
UHC | ?∝?^ | 0011111110100001111100000011111101011110 | 3fa1f03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)