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 | 隘??巖 | 111010001010010100111111001111111001101111011100 | e8a53f3f9bdc |
EUC-JP | 隘??巖 | 111100001010011100111111001111111101011011011110 | f0a73f3fd6de |
UTF-8 | 隘덊뢏巖 | 111010011001101010011000111010111000110110001010111010111010001010001111111001011011011110010110 | e99a98eb8d8aeba28fe5b796 |
UHC | 隘덊뢏巖 | 1110010011110110100010001110110110001111010010101110010011011100 | e4f688ed8f4ae4dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)