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 | 溿オ驢エ瀅 | 1111101101001010101101011110100110000110101101001111101101001110 | fb4ab5e986b4fb4e |
EUC-JP | 溿オ驢エ瀅 | 100011111100100010110001100011101011010111110001111001101000111010110100100011111100100110101011 | 8fc8b18eb5f1e68eb48fc9ab |
UTF-8 | 溿オ驢エ瀅 | 111001101011101010111111111011111011110110110101111010011010100110100010111011111011110110110100111001111000000010000101 | e6babfefbdb5e9a9a2efbdb4e78085 |
UHC | ??驢?瀅 | 00111111001111111101010111110000001111111111101110100100 | 3f3fd5f03ffba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)