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 | 重攀?? | 100011110110010010011101101100110011111100111111 | 8f649db33f3f |
EUC-JP | 重攀?? | 101111011100010111011010101101010011111100111111 | bdc5dab53f3f |
UTF-8 | 重攀렜묜 | 111010011000011110001101111001101001010010000000111010111010000010011100111010111010110010011100 | e9878de69480eba09cebac9c |
UHC | 重攀렜묜 | 1111000111101100110110101110011110001110101011101011100110100111 | f1ecdae78eaeb9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)