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 | 脱淡尊巽速 | 10010010010001011001001001010111100100011011100010010010010001101001000110101100 | 9245925791b8924691ac |
EUC-JP | 脱淡尊巽速 | 11000011101001101100001110111000110000101011101011000011101001111100001010101110 | c3a6c3b8c2bac3a7c2ae |
UTF-8 | 脱淡尊巽速 | 111010001000010010110001111001101011011110100001111001011011000010001010111001011011011110111101111010011000000010011111 | e884b1e6b7a1e5b08ae5b7bde9809f |
UHC | ?淡尊巽速 | 001111111101001110111111111100001110111011100001110111101110000111011100 | 3fd3bff0eee1dee1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)