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 | 筌??踰? | 11100010101000110011111100111111111001101111101000111111 | e2a33f3fe6fa3f |
EUC-JP | 筌??踰? | 11100100101001010011111100111111111011001111110000111111 | e4a53f3fecfc3f |
UTF-8 | 筌뗫렇踰쿍 | 111001111010110110001100111010111001011110101011111010111010000010000111111010001011100010110000111011001011111110001101 | e7ad8ceb97abeba087e8b8b0ecbf8d |
UHC | 筌뗫렇踰쿍 | 11101111101001111000101111101011101101111011100011101011101100101011001101000010 | efa78bebb7b8ebb2b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)