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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 遽ゥh遽 | 111001111010111110101001011010001110011110101111 | e7afa968e7af |
EUC-JP | 遽ゥh遽 | 11101110101100011000111010101001011010001110111010110001 | eeb18ea968eeb1 |
UTF-8 | 遽ゥh遽 | 11101001100000011011110111101111101111011010100101101000111010011000000110111101 | e981bdefbda968e981bd |
UHC | 遽?h遽 | 110010111110100000111111011010001100101111101000 | cbe83f68cbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)