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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髯ょ些蠕怜ッ | 1110100110011001100000101110010110001101101100011110010110111110100101111110010110101111 | e99982e58db1e5be97e5af |
EUC-JP | 髯ょ些蠕怜ッ | 111100011111100110100100111001111011101010110011111010101100000011001110111001111000111010101111 | f1f9a4e7bab3eac0cee78eaf |
UTF-8 | 髯ょ些蠕怜ッ | 111010011010101110101111111000111000001010000111111001001011101010011011111010001010000010010101111001101000000010011100111011111011110110101111 | e9abafe38287e4ba9be8a095e6809cefbdaf |
UHC | ?ょ些?怜? | 001111111010101011100111110111101100000100111111110101101011101100111111 | 3faae7dec13fd6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)