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 | 逡ッ鮗・繪「 | 111001111001010110101111111010011011101010100101111000111000100110100010 | e795afe9baa5e389a2 |
EUC-JP | 逡ッ鮗・繪「 | 111011011111010110001110101011111111001010111100100011101010010111100101111010011000111010100010 | edf58eaff2bc8ea5e5e98ea2 |
UTF-8 | 逡ッ鮗・繪「 | 111010011000000010100001111011111011110110101111111010011010111010010111111011111011110110100101111001111011100110101010111011111011110110100010 | e980a1efbdafe9ae97efbda5e7b9aaefbda2 |
UHC | 逡???繪? | 1111000111100100001111110011111100111111111111001110101100111111 | f1e43f3f3ffceb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)