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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴆汐詔ム | 11101001111011111000111010101100100011111101100111010001 | e9ef8eac8fd9d1 |
EUC-JP | 鴆汐詔ム | 1111001011110001101111001010111010111110110110111000111011010001 | f2f1bcaebedb8ed1 |
UTF-8 | 鴆汐詔ム | 111010011011010010000110111001101011000110010000111010001010100110010100111011111011111010010001 | e9b486e6b190e8a994efbe91 |
UHC | ?汐詔? | 001111111110000010110001111100001101111100111111 | 3fe0b1f0df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)