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 | 釣?揄? | 100100101101111000111111100111011000100100111111 | 92de3f9d893f |
EUC-JP | 釣?揄? | 110001001110000000111111110110011110100100111111 | c4e03fd9e93f |
UTF-8 | 釣샹揄롖 | 111010011000011110100011111011001000001110111001111001101000111110000100111010111010000110010110 | e987a3ec83b9e68f84eba196 |
UHC | 釣샹揄롖 | 1111000011100101101111001010011111101010111100011000111011011010 | f0e5bca7eaf18eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)