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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闡ッム雅民諢 | 11101000100100011010111111010001100010011110101110010110101011111110011010000100 | e891afd189eb96afe684 |
EUC-JP | 闡ッム雅民諢 | 111011111111000110001110101011111000111011010001101100101110110111001100101100011110101111100100 | eff18eaf8ed1b2edccb1ebe4 |
UTF-8 | 闡ッム雅民諢 | 111010011001011110100001111011111011110110101111111011111011111010010001111010011001101110000101111001101011000010010001111010001010101110100010 | e997a1efbdafefbe91e99b85e6b091e8aba2 |
UHC | 闡??雅民? | 111101001100010100111111001111111110010010111010110110101100010100111111 | f4c53f3fe4badac53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)