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 | 鞳碁が雋 | 1110100011100011100011001110100110000010101010101110100010110010 | e8e38ce982aae8b2 |
EUC-JP | 鞳碁が雋 | 1111000011100101101110001110101110100100101011001111000010110100 | f0e5b8eba4acf0b4 |
UTF-8 | 鞳碁が雋 | 111010011001111010110011111001111010001010000001111000111000000110001100111010011001101110001011 | e99eb3e7a281e3818ce99b8b |
UHC | ?碁が雋 | 00111111110100011011001110101010101011001111000111100110 | 3fd1b3aaacf1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)