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 | 﨟ソ襍ヲ陋③ | 11111011100111011011111111101000101101011010011011101000100110111000011101000010 | fb9dbfe8b5a6e89b8742 |
EUC-JP | ?ソ襍ヲ陋? | 00111111100011101011111111110000101101111000111010100110111011111111101100111111 | 3f8ebff0b78ea6effb3f |
UTF-8 | 﨟ソ襍ヲ陋③ | 111011111010100010011111111011111011110110111111111010001010010110001101111011111011110110100110111010011001100110001011111000101001000110100010 | efa89fefbdbfe8a58defbda6e9998be291a2 |
UHC | ????陋③ | 0011111100111111001111110011111111010111101100001010100011101001 | 3f3f3f3fd7b0a8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)