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 | 鮨溯イ浦 | 11101001101111011001111111101000101100101000100101011001 | e9bd9fe8b28959 |
EUC-JP | 鮨溯イ浦 | 1111001010111111110111101110101010001110101100101011000110111010 | f2bfdeea8eb2b1ba |
UTF-8 | 鮨溯イ浦 | 111010011010111010101000111001101011101010101111111011111011110110110010111001101011010110100110 | e9aea8e6baafefbdb2e6b5a6 |
UHC | ?溯?浦 | 001111111110000110111101001111111111100011011101 | 3fe1bd3ff8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)