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 | 闡ッム喜ー | 11101000100100011010111111010001100010101110110010110000 | e891afd18aecb0 |
EUC-JP | 闡ッム喜ー | 11101111111100011000111010101111100011101101000110110100111011101000111010110000 | eff18eaf8ed1b4ee8eb0 |
UTF-8 | 闡ッム喜ー | 111010011001011110100001111011111011110110101111111011111011111010010001111001011001011010011100111011111011110110110000 | e997a1efbdafefbe91e5969cefbdb0 |
UHC | 闡??喜? | 11110100110001010011111100111111111111011110110000111111 | f4c53f3ffdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)