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 | 逾ュ譁題分 | 111001111010010110101101111001101001011010010001111010001001010110101010 | e7a5ade69691e895aa |
EUC-JP | 逾ュ譁題分 | 11101110101001111000111010101101111010111111011011000010111010101100101010101100 | eea78eadebf6c2eacaac |
UTF-8 | 逾ュ譁題分 | 111010011000000010111110111011111011110110101101111010001010110110000001111010011010000110001100111001011000100010000110 | e980beefbdade8ad81e9a18ce58886 |
UHC | 逾?譁題分 | 111010111011010100111111111111001010011011110000101110011101110111000010 | ebb53ffca6f0b9ddc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)