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 | ????rB | 001111110011111100111111001111110111001001000010 | 3f3f3f3f7242 |
SJIS-WIN | 炭卒脱族rB | 10010010010110011001000110110010100100100100010110010001101100000111001001000010 | 925991b2924591b07242 |
EUC-JP | 炭卒脱族rB | 11000011101110101100001010110100110000111010011011000010101100100111001001000010 | c3bac2b4c3a6c2b27242 |
UTF-8 | 炭卒脱族rB | 1110011110000010101011011110010110001101100100101110100010000100101100011110011010010111100011110111001001000010 | e782ade58d92e884b1e6978f7242 |
UHC | 炭卒?族rB | 111101111010100111110000111011110011111111110000111010010111001001000010 | f7a9f0ef3ff0e97242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)