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 | 薤劫劾襯 | 1110010101000101100011011000010110001010010011101110011001000100 | e5458d858a4ee644 |
EUC-JP | 薤劫劾襯 | 1110100110100110101110011110010110110011101011111110101110100101 | e9a6b9e5b3afeba5 |
UTF-8 | 薤劫劾襯 | 111010001001011010100100111001011000101010101011111001011000101010111110111010001010010110101111 | e896a4e58aabe58abee8a5af |
UHC | ?劫劾? | 001111111100110010100100111110101011011000111111 | 3fcca4fab63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)