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 | 畏??謠 | 100010001101100000111111001111111110011010001111 | 88d83f3fe68f |
EUC-JP | 畏??謠 | 101100001101101000111111001111111110101111101111 | b0da3f3febef |
UTF-8 | 畏븃킊謠 | 111001111001010110001111111010111011100010000011111011011000001010001010111010001010110010100000 | e7958febb883ed828ae8aca0 |
UHC | 畏븃킊謠 | 1110100011100110101110101110100010110100100101101110100110101010 | e8e6bae8b496e9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)