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 | 逎結郡蟷 | 1110011110100011100011001000101110001100010100111110010110111001 | e7a38c8b8c53e5b9 |
EUC-JP | 逎結郡蟷 | 1110111010100101101101111110101110110111101101001110101010111011 | eea5b7ebb7b4eabb |
UTF-8 | 逎結郡蟷 | 111010011000000010001110111001111011010110010000111010011000001110100001111010001001111110110111 | e9808ee7b590e983a1e89fb7 |
UHC | ?結郡? | 001111111100110010111111110011111101101100111111 | 3fccbfcfdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)