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 | ?悠?◇ | 001111111001011101001001001111111000000110011110 | 3f97493f819e |
EUC-JP | ?悠?◇ | 001111111100110110101010001111111010000111111110 | 3fcdaa3fa1fe |
UTF-8 | 룫悠◐◇ | 111010111010001110101011111001101000001010100000111000101001011110010000111000101001011110000111 | eba3abe682a0e29790e29787 |
UHC | 룫悠◐◇ | 1000111110100010111010101110110110100010110001001010000111011110 | 8fa2eaeda2c4a1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)