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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 翔ロル | 111000111100010011011011111101111110011111011001 | e3c4dbf7e7d9 |
EUC-JP | 翔ロ?ル | 11100110110001101000111011011011001111111000111011011001 | e6c68edb3f8ed9 |
UTF-8 | 翔ロル | 111001111011111110010100111011111011111010011011111011101001011110001010111011111011111010011001 | e7bf94efbe9bee978aefbe99 |
UHC | 翔??? | 1101111111010110001111110011111100111111 | dfd63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)