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 | 篳釈酌篳渉 | 11100010110010001000111011011111100011101101111011100010110010001000111111000010 | e2c88edf8edee2c88fc2 |
EUC-JP | 篳釈酌篳渉 | 11100100110010101011110011100001101111001110000011100100110010101011111011000100 | e4cabce1bce0e4cabec4 |
UTF-8 | 篳釈酌篳渉 | 111001111010111110110011111010011000011110001000111010011000010110001100111001111010111110110011111001101011100010001001 | e7afb3e98788e9858ce7afb3e6b889 |
UHC | ??酌?? | 001111110011111111101101110011000011111100111111 | 3f3fedcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)