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 | 髯イ鮨「謠 | 1110100110011001101100101110100110111101101000101110011010001111 | e999b2e9bda2e68f |
EUC-JP | 髯イ鮨「謠 | 11110001111110011000111010110010111100101011111110001110101000101110101111101111 | f1f98eb2f2bf8ea2ebef |
UTF-8 | 髯イ鮨「謠 | 111010011010101110101111111011111011110110110010111010011010111010101000111011111011110110100010111010001010110010100000 | e9abafefbdb2e9aea8efbda2e8aca0 |
UHC | ????謠 | 001111110011111100111111001111111110100110101010 | 3f3f3f3fe9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)