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 | 闡ッム雅岬 | 1110100010010001101011111101000110001001111010111001011010100110 | e891afd189eb96a6 |
EUC-JP | 闡ッム雅岬 | 11101111111100011000111010101111100011101101000110110010111011011100110010101000 | eff18eaf8ed1b2edcca8 |
UTF-8 | 闡ッム雅岬 | 111010011001011110100001111011111011110110101111111011111011111010010001111010011001101110000101111001011011001010101100 | e997a1efbdafefbe91e99b85e5b2ac |
UHC | 闡??雅岬 | 1111010011000101001111110011111111100100101110101100101110100010 | f4c53f3fe4bacba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)