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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?釐?□〓 | 0011111111100111110110000011111110000001101000001000000110101100 | 3fe7d83f81a081ac |
EUC-JP | ?釐?□〓 | 0011111111101110110110100011111110100010101000101010001010101110 | 3feeda3fa2a2a2ae |
UTF-8 | 룵釐㈒□〓 | 111010111010001110110101111010011000011110010000111000111000100010010010111000101001011010100001111000111000000010010011 | eba3b5e98790e38892e296a1e38093 |
UHC | 룵釐㈒□〓 | 10001111101010101101011111101101101010011100001110100001111000001010000111101011 | 8faad7eda9c3a1e0a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)