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 | 丈ソシサ丈チ | 1000111111100100101111111011110010111011100011111110010011000001 | 8fe4bfbcbb8fe4c1 |
EUC-JP | 丈ソシサ丈チ | 101111101110011010001110101111111000111010111100100011101011101110111110111001101000111011000001 | bee68ebf8ebc8ebbbee68ec1 |
UTF-8 | 丈ソシサ丈チ | 111001001011100010001000111011111011110110111111111011111011110110111100111011111011110110111011111001001011100010001000111011111011111010000001 | e4b888efbdbfefbdbcefbdbbe4b888efbe81 |
UHC | 丈???丈? | 1110110111011011001111110011111100111111111011011101101100111111 | eddb3f3f3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)