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 | 蓖ゥ驕比愰 | 111001001110110110101001111010011000000110010100111001001111101011000101 | e4eda9e98194e4fac5 |
EUC-JP | 蓖ゥ驕比愰 | 1110100011101111100011101010100111110001111000011100100011100110100011111011111011001001 | e8ef8ea9f1e1c8e68fbec9 |
UTF-8 | 蓖ゥ驕比愰 | 111010001001001110010110111011111011110110101001111010011010100110010101111001101010111110010100111001101000010010110000 | e89396efbda9e9a995e6af94e684b0 |
UHC | ??驕比愰 | 0011111100111111110011101111011011011101111011111111110011001010 | 3f3fcef6ddeffcca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)