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 | 永e?鵝 | 10001001011010011000001010000101001111111110101001000000 | 896982853fea40 |
EUC-JP | 永e?鵝 | 10110001110010101010001111100101001111111111001110100001 | b1caa3e53ff3a1 |
UTF-8 | 永e콉鵝 | 111001101011000010111000111011111011110110000101111011001011110110001001111010011011010110011101 | e6b0b8efbd85ecbd89e9b59d |
UHC | 永e콉鵝 | 1110011110110101101000111110010110110001100001011110010010111101 | e7b5a3e5b185e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)