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 | 爺??逆? | 10010110111010100011111100111111100010110111010000111111 | 96ea3f3f8b743f |
EUC-JP | 爺?˝逆? | 110011001110110000111111100011111010001010110011101101011101010100111111 | ccec3f8fa2b3b5d53f |
UTF-8 | 爺뗧˝逆욨 | 1110011110001000101110101110101110010111101001111100101110011101111010011000000010000110111011001001101010101000 | e788baeb97a7cb9de98086ec9aa8 |
UHC | 爺뗧˝逆욨 | 11100101101011001000101111100111101000101010100111100110101111011001111101000001 | e5ac8be7a2a9e6bd9f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)