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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辰巽臓巽蔵 | 10010010010000111001001001000110100100011001111110010010010001101001000110100000 | 92439246919f924691a0 |
EUC-JP | 辰巽臓巽蔵 | 11000011101001001100001110100111110000101010000111000011101001111100001010100010 | c3a4c3a7c2a1c3a7c2a2 |
UTF-8 | 辰巽臓巽蔵 | 111010001011111010110000111001011011011110111101111010001000011110010011111001011011011110111101111010001001010010110101 | e8beb0e5b7bde88793e5b7bde894b5 |
UHC | 辰巽?巽? | 1111001011100011111000011101111000111111111000011101111000111111 | f2e3e1de3fe1de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)