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 | ?豢餧ア | 001111111110011010110100111110111111100010110001 | 3fe6b4fbf8b1 |
EUC-JP | 鮰豢餧ア | 10001111111010101110010111101100101101101000111111101000110111011000111010110001 | 8feae5ecb68fe8dd8eb1 |
UTF-8 | 鮰豢餧ア | 111010011010111010110000111010001011000110100010111010011010010010100111111011111011110110110001 | e9aeb0e8b1a2e9a4a7efbdb1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)