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 | ??Y?? | 0011111100111111010110010011111100111111 | 3f3f593f3f |
SJIS-WIN | 嶸イY嶸野 | 1111101010110100101100100101100111111010101101001001011011101100 | fab4b259fab496ec |
EUC-JP | 嶸イY嶸野 | 1000111110111011111101001000111010110010010110011000111110111011111101001100110011101110 | 8fbbf48eb2598fbbf4ccee |
UTF-8 | 嶸イY嶸野 | 11100101101101101011100011101111101111011011001001011001111001011011011010111000111010011000011110001110 | e5b6b8efbdb259e5b6b8e9878e |
UHC | 嶸?Y嶸野 | 1110011110101110001111110101100111100111101011101110010110101111 | e7ae3f59e7aee5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)