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 | 畏ц?汝? | 1000100011011000100001001000100000111111100100111111000000111111 | 88d884883f93f03f |
EUC-JP | 畏ц?汝? | 1011000011011010101001111110100000111111110001101111001000111111 | b0daa7e83fc6f23f |
UTF-8 | 畏ц변汝뛥 | 1110011110010101100011111101000110000110111010111011001110000000111001101011000110011101111010111001101110100101 | e7958fd186ebb380e6b19deb9ba5 |
UHC | 畏ц변汝뛥 | 11101000111001101010110011101000101110101010111111100110101000111000110101101000 | e8e6ace8baafe6a38d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)