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 | 襍ヲ邵杣 | 11101000101101011010011011100111101110001001111001011011 | e8b5a6e7b89e5b |
EUC-JP | 襍ヲ邵杣 | 1111000010110111100011101010011011101110101110101101101110111100 | f0b78ea6eebadbbc |
UTF-8 | 襍ヲ邵杣 | 111010001010010110001101111011111011110110100110111010011000001010110101111001101001110110100011 | e8a58defbda6e982b5e69da3 |
UHC | ??邵? | 0011111100111111111000011101000000111111 | 3f3fe1d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)