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 | 蓖ゥ驕婆 | 11100100111011011010100111101001100000011001010001101011 | e4eda9e981946b |
EUC-JP | 蓖ゥ驕婆 | 1110100011101111100011101010100111110001111000011100011111001100 | e8ef8ea9f1e1c7cc |
UTF-8 | 蓖ゥ驕婆 | 111010001001001110010110111011111011110110101001111010011010100110010101111001011010100110000110 | e89396efbda9e9a995e5a986 |
UHC | ??驕婆 | 001111110011111111001110111101101111011111101000 | 3f3fcef6f7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)