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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞳碁が鉋毅 | 11101000111000111000110011101001100000101010101011100111111011101000101101000010 | e8e38ce982aae7ee8b42 |
EUC-JP | 鞳碁が鉋毅 | 11110000111001011011100011101011101001001010110011101110111100001011010110100011 | f0e5b8eba4aceef0b5a3 |
UTF-8 | 鞳碁が鉋毅 | 111010011001111010110011111001111010001010000001111000111000000110001100111010011000100110001011111001101010111110000101 | e99eb3e7a281e3818ce9898be6af85 |
UHC | ?碁が?毅 | 0011111111010001101100111010101010101100001111111110101111110110 | 3fd1b3aaac3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)