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 | 巽坦贈脱俗 | 10010010010001101001001001010010100100011010000110010010010001011001000110101101 | 9246925291a1924591ad |
EUC-JP | 巽坦贈脱俗 | 11000011101001111100001110110011110000101010001111000011101001101100001010101111 | c3a7c3b3c2a3c3a6c2af |
UTF-8 | 巽坦贈脱俗 | 111001011011011110111101111001011001110110100110111010001011010010001000111010001000010010110001111001001011111110010111 | e5b7bde59da6e8b488e884b1e4bf97 |
UHC | 巽坦贈?俗 | 111000011101111011110111101001001111000111111100001111111110000111010100 | e1def7a4f1fc3fe1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)