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 | 癲??踰? | 11100001100111110011111100111111111001101111101000111111 | e19f3f3fe6fa3f |
EUC-JP | 癲??踰? | 11100010101000010011111100111111111011001111110000111111 | e2a13f3fecfc3f |
UTF-8 | 癲뽯슜踰섳 | 111001111001100110110010111010111011110110101111111011001000101010011100111010001011100010110000111011001000010010110011 | e799b2ebbdafec8a9ce8b8b0ec84b3 |
UHC | 癲뽯슜踰섳 | 11101111101001101001011011101011100110101010100111101011101100101001100101000010 | efa696eb9aa9ebb29942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)