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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ツ青ッテヲテЬ | 110000101001000011000010101011111100001110100110110000111000010001011101 | c290c2afc3a6c3845d |
EUC-JP | ツ青ッテヲテЬ | 1000111011000010110000001100010010001110101011111000111011000011100011101010011010001110110000111010011110111110 | 8ec2c0c48eaf8ec38ea68ec3a7be |
UTF-8 | ツ青ッテヲテЬ | 1110111110111110100000101110100110011101100100101110111110111101101011111110111110111110100000111110111110111101101001101110111110111110100000111101000010101100 | efbe82e99d92efbdafefbe83efbda6efbe83d0ac |
UHC | ??????Ь | 0011111100111111001111110011111100111111001111111010110010111110 | 3f3f3f3f3f3facbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)