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 | 淲ク襍ヲ錏③ | 11111011010001001011100011101000101101011010011011100111111110011000011101000010 | fb44b8e8b5a6e7f98742 |
EUC-JP | ?ク襍ヲ錏? | 00111111100011101011100011110000101101111000111010100110111011101111101100111111 | 3f8eb8f0b78ea6eefb3f |
UTF-8 | 淲ク襍ヲ錏③ | 111001101011011110110010111011111011110110111000111010001010010110001101111011111011110110100110111010011000110010001111111000101001000110100010 | e6b7b2efbdb8e8a58defbda6e98c8fe291a2 |
UHC | ?????③ | 00111111001111110011111100111111001111111010100011101001 | 3f3f3f3f3fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)